Html Css Color HEX #CCCBEA Lavender Blue

📋 copy color: '#CCCBEA'

red 204 ◦ green 203 ◦ blue 234

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

Shades of Lavender Blue #CCCBEA

Tints of Lavender Blue #CCCBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.67%

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

R = 31.83%
G = 31.67%
B = 36.51%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCCBEA (or 0xCCCBEA) is known color: Lavender Blue. HEX triplet: CC, CB and EA. RGB value is (204,203,234). Sum of RGB (Red+Green+Blue) = 204+203+234=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBEA is #333415. Grayscale: #CECECE. Windows color (decimal): -3355670 or 15387596. OLE color: 15387596.

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

Color convert

RGB 204 203 234 -
CMYK 0.13 0.13 0 0.08
HSL 241.94º 0.42% 0.86% -
HSV(B) 241.94º 0.13% 0.92% -
XYZ 61.11 61.49 86.49 -
YUV 206.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 204 203 234 0.13 0.13 0 0.08 241.94 0.42 0.86
Hex CC CB EA D D 0 8 F2 2A 56
Octal 314 313 352 15 15 0 10 362 52 126
Binary 11001100 11001011 11101010 1101 1101 0 1000 11110010 101010 1010110

Color Harmonies of #CCCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBEA

Black with #CCCBEA

Text Example


Text Example

White with #CCCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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