Html Css Color HEX #CCCBDE Lavender Grey

📋 copy color: '#CCCBDE'

red 204 ◦ green 203 ◦ blue 222

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

Shades of Lavender Grey #CCCBDE

Tints of Lavender Grey #CCCBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.29%

R = 32.43%
G = 32.27%
B = 35.29%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCCBDE (or 0xCCCBDE) is known color: Lavender Grey. HEX triplet: CC, CB and DE. RGB value is (204,203,222). Sum of RGB (Red+Green+Blue) = 204+203+222=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCCBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBDE is #333421. Grayscale: #CDCDCD. Windows color (decimal): -3355682 or 14601164. OLE color: 14601164.

HSL color Cylindrical-coordinate representation of color #CCCBDE: hue angle of 243.16º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCBDE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 203 222 -
CMYK 0.08 0.09 0 0.13
HSL 243.16º 0.22% 0.83% -
HSV(B) 243.16º 0.09% 0.87% -
XYZ 59.44 60.82 77.71 -
YUV 205.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 204 203 222 0.08 0.09 0 0.13 243.16 0.22 0.83
Hex CC CB DE 8 9 0 D F3 16 53
Octal 314 313 336 10 11 0 15 363 26 123
Binary 11001100 11001011 11011110 1000 1001 0 1101 11110011 10110 1010011

Color Harmonies of #CCCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBDE

Black with #CCCBDE

Text Example


Text Example

White with #CCCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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