Html Css Color HEX #C8CFFF Lavender Blue

📋 copy color: '#C8CFFF'

red 200 ◦ green 207 ◦ blue 255

#C8CFFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #C8CFFF

Tints of Lavender Blue #C8CFFF

RGB

 RED value IS 200 (78.52% from 255) = 30.21%

 GREEN value IS 207 (81.25% from 255) = 31.27%

 BLUE value IS 255 (100% from 255) = 38.52%

R = 30.21%
G = 31.27%
B = 38.52%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8CFFF (or 0xC8CFFF) is known color: Lavender Blue. HEX triplet: C8, CF and FF. RGB value is (200,207,255). Sum of RGB (Red+Green+Blue) = 200+207+255=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFFF is #373000. Grayscale: #D2D2D2. Windows color (decimal): -3616769 or 16764872. OLE color: 16764872.

HSL color Cylindrical-coordinate representation of color #C8CFFF: hue angle of 232.36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8CFFF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 207 255 -
CMYK 0.22 0.19 0 0
HSL 232.36º 1% 0.89% -
HSV(B) 232.36º 0.22% 1% -
XYZ 64.18 64.13 103.6 -
YUV 210.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 200 207 255 0.22 0.19 0 0 232.36 1 0.89
Hex C8 CF FF 16 13 0 0 E8 64 59
Octal 310 317 377 26 23 0 0 350 144 131
Binary 11001000 11001111 11111111 10110 10011 0 0 11101000 1100100 1011001

Color Harmonies of #C8CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CFFF

Black with #C8CFFF

Text Example


Text Example

White with #C8CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CFFF; }

 p { color: rgb(200,207,255); }

 H1.HeaderClassName
 {
   color: #C8CFFF;
 }
 .AnyTagClassName
 {
   color: #C8CFFF;
 }
</style>

background-color css

<style>
 a { background-color: #C8CFFF; }

 a { background-color: rgb(200,207,255); }

 div.DivClassName
 {
   background-color: #C8CFFF;
 }
 .BgClassName
 {
   background-color: #C8CFFF;
 }
</style>

border-color css

<style>
 span { border-color: #C8CFFF; }

 span { border-color: rgb(200,207,255); }

 td.TdClassName
 {
   border-color: #C8CFFF;
 }
 .TagClassName
 {
   border-color: #C8CFFF;
 }
</style>