Html Css Color HEX #CCC8EA Lavender Blue

📋 copy color: '#CCC8EA'

red 204 ◦ green 200 ◦ blue 234

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

Shades of Lavender Blue #CCC8EA

Tints of Lavender Blue #CCC8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.68%

R = 31.97%
G = 31.35%
B = 36.68%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCC8EA (or 0xCCC8EA) is known color: Lavender Blue. HEX triplet: CC, C8 and EA. RGB value is (204,200,234). Sum of RGB (Red+Green+Blue) = 204+200+234=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8EA is #333715. Grayscale: #CCCCCC. Windows color (decimal): -3356438 or 15386828. OLE color: 15386828.

HSL color Cylindrical-coordinate representation of color #CCC8EA: hue angle of 247.06º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC8EA is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 200 234 -
CMYK 0.13 0.15 0 0.08
HSL 247.06º 0.45% 0.85% -
HSV(B) 247.06º 0.15% 0.92% -
XYZ 60.41 60.09 86.26 -
YUV 205.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 204 200 234 0.13 0.15 0 0.08 247.06 0.45 0.85
Hex CC C8 EA D F 0 8 F7 2D 55
Octal 314 310 352 15 17 0 10 367 55 125
Binary 11001100 11001000 11101010 1101 1111 0 1000 11110111 101101 1010101

Color Harmonies of #CCC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8EA

Black with #CCC8EA

Text Example


Text Example

White with #CCC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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