Html Css Color HEX #CCCCDE Lavender Grey

📋 copy color: '#CCCCDE'

red 204 ◦ green 204 ◦ blue 222

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

Shades of Lavender Grey #CCCCDE

Tints of Lavender Grey #CCCCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.38%

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

R = 32.38%
G = 32.38%
B = 35.24%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCCCDE (or 0xCCCCDE) is known color: Lavender Grey. HEX triplet: CC, CC and DE. RGB value is (204,204,222). Sum of RGB (Red+Green+Blue) = 204+204+222=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCDE is #333321. Grayscale: #CDCDCD. Windows color (decimal): -3355426 or 14601420. OLE color: 14601420.

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

Color convert

RGB 204 204 222 -
CMYK 0.08 0.08 0 0.13
HSL 240º 0.21% 0.84% -
HSV(B) 240º 0.08% 0.87% -
XYZ 59.68 61.3 77.79 -
YUV 206.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 204 204 222 0.08 0.08 0 0.13 240 0.21 0.84
Hex CC CC DE 8 8 0 D F0 15 54
Octal 314 314 336 10 10 0 15 360 25 124
Binary 11001100 11001100 11011110 1000 1000 0 1101 11110000 10101 1010100

Color Harmonies of #CCCCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCDE

Black with #CCCCDE

Text Example


Text Example

White with #CCCCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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