Html Css Color HEX #CCCBEC Lavender Blue

📋 copy color: '#CCCBEC'

red 204 ◦ green 203 ◦ blue 236

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

Shades of Lavender Blue #CCCBEC

Tints of Lavender Blue #CCCBEC

RGB

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

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

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

R = 31.73%
G = 31.57%
B = 36.7%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCCBEC (or 0xCCCBEC) is known color: Lavender Blue. HEX triplet: CC, CB and EC. RGB value is (204,203,236). Sum of RGB (Red+Green+Blue) = 204+203+236=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBEC is #333413. Grayscale: #CECECE. Windows color (decimal): -3355668 or 15518668. OLE color: 15518668.

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

Color convert

RGB 204 203 236 -
CMYK 0.14 0.14 0 0.07
HSL 241.82º 0.46% 0.86% -
HSV(B) 241.82º 0.14% 0.93% -
XYZ 61.4 61.61 88.01 -
YUV 207.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 204 203 236 0.14 0.14 0 0.07 241.82 0.46 0.86
Hex CC CB EC E E 0 7 F2 2E 56
Octal 314 313 354 16 16 0 7 362 56 126
Binary 11001100 11001011 11101100 1110 1110 0 111 11110010 101110 1010110

Color Harmonies of #CCCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBEC

Black with #CCCBEC

Text Example


Text Example

White with #CCCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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