Html Css Color HEX #C8CCEF Lavender Blue

📋 copy color: '#C8CCEF'

red 200 ◦ green 204 ◦ blue 239

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

Shades of Lavender Blue #C8CCEF

Tints of Lavender Blue #C8CCEF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.73%

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 31.1%
G = 31.73%
B = 37.17%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C8CCEF (or 0xC8CCEF) is known color: Lavender Blue. HEX triplet: C8, CC and EF. RGB value is (200,204,239). Sum of RGB (Red+Green+Blue) = 200+204+239=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCEF is #373310. Grayscale: #CECECE. Windows color (decimal): -3617553 or 15715528. OLE color: 15715528.

HSL color Cylindrical-coordinate representation of color #C8CCEF: hue angle of 233.85º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CCEF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 204 239 -
CMYK 0.16 0.15 0 0.06
HSL 233.85º 0.55% 0.86% -
HSV(B) 233.85º 0.16% 0.94% -
XYZ 60.99 61.7 90.36 -
YUV 206.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 200 204 239 0.16 0.15 0 0.06 233.85 0.55 0.86
Hex C8 CC EF 10 F 0 6 EA 37 56
Octal 310 314 357 20 17 0 6 352 67 126
Binary 11001000 11001100 11101111 10000 1111 0 110 11101010 110111 1010110

Color Harmonies of #C8CCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CCEF

Black with #C8CCEF

Text Example


Text Example

White with #C8CCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CCEF; }

 p { color: rgb(200,204,239); }

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

background-color css

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

 a { background-color: rgb(200,204,239); }

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

border-color css

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

 span { border-color: rgb(200,204,239); }

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