Html Css Color HEX #CCC8EE Lavender Blue

📋 copy color: '#CCC8EE'

red 204 ◦ green 200 ◦ blue 238

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

Shades of Lavender Blue #CCC8EE

Tints of Lavender Blue #CCC8EE

RGB

 RED value IS 204 (80.08% from 255) = 31.78%

 GREEN value IS 200 (78.52% from 255) = 31.15%

 BLUE value IS 238 (93.36% from 255) = 37.07%

R = 31.78%
G = 31.15%
B = 37.07%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCC8EE (or 0xCCC8EE) is known color: Lavender Blue. HEX triplet: CC, C8 and EE. RGB value is (204,200,238). Sum of RGB (Red+Green+Blue) = 204+200+238=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8EE is #333711. Grayscale: #CDCDCD. Windows color (decimal): -3356434 or 15648972. OLE color: 15648972.

HSL color Cylindrical-coordinate representation of color #CCC8EE: hue angle of 246.32º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC8EE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 200 238 -
CMYK 0.14 0.16 0 0.07
HSL 246.32º 0.53% 0.86% -
HSV(B) 246.32º 0.16% 0.93% -
XYZ 60.99 60.32 89.32 -
YUV 205.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 204 200 238 0.14 0.16 0 0.07 246.32 0.53 0.86
Hex CC C8 EE E 10 0 7 F6 35 56
Octal 314 310 356 16 20 0 7 366 65 126
Binary 11001100 11001000 11101110 1110 10000 0 111 11110110 110101 1010110

Color Harmonies of #CCC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8EE

Black with #CCC8EE

Text Example


Text Example

White with #CCC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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