Html Css Color HEX #CCC8EC Lavender Blue

📋 copy color: '#CCC8EC'

red 204 ◦ green 200 ◦ blue 236

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

Shades of Lavender Blue #CCC8EC

Tints of Lavender Blue #CCC8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.88%

R = 31.88%
G = 31.25%
B = 36.88%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCC8EC (or 0xCCC8EC) is known color: Lavender Blue. HEX triplet: CC, C8 and EC. RGB value is (204,200,236). Sum of RGB (Red+Green+Blue) = 204+200+236=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8EC is #333713. Grayscale: #CDCDCD. Windows color (decimal): -3356436 or 15517900. OLE color: 15517900.

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

Color convert

RGB 204 200 236 -
CMYK 0.14 0.15 0 0.07
HSL 246.67º 0.49% 0.85% -
HSV(B) 246.67º 0.15% 0.93% -
XYZ 60.7 60.2 87.78 -
YUV 205.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 204 200 236 0.14 0.15 0 0.07 246.67 0.49 0.85
Hex CC C8 EC E F 0 7 F7 31 55
Octal 314 310 354 16 17 0 7 367 61 125
Binary 11001100 11001000 11101100 1110 1111 0 111 11110111 110001 1010101

Color Harmonies of #CCC8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8EC

Black with #CCC8EC

Text Example


Text Example

White with #CCC8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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