Html Css Color HEX #CCCCD7 Lavender Grey

📋 copy color: '#CCCCD7'

red 204 ◦ green 204 ◦ blue 215

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

Shades of Lavender Grey #CCCCD7

Tints of Lavender Grey #CCCCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.51%

R = 32.74%
G = 32.74%
B = 34.51%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCCCD7 (or 0xCCCCD7) is known color: Lavender Grey. HEX triplet: CC, CC and D7. RGB value is (204,204,215). Sum of RGB (Red+Green+Blue) = 204+204+215=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD7 is #333328. Grayscale: #CDCDCD. Windows color (decimal): -3355433 or 14142668. OLE color: 14142668.

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

Color convert

RGB 204 204 215 -
CMYK 0.05 0.05 0 0.16
HSL 240º 0.12% 0.82% -
HSV(B) 240º 0.05% 0.84% -
XYZ 58.76 60.93 72.95 -
YUV 205.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 204 204 215 0.05 0.05 0 0.16 240 0.12 0.82
Hex CC CC D7 5 5 0 10 F0 C 52
Octal 314 314 327 5 5 0 20 360 14 122
Binary 11001100 11001100 11010111 101 101 0 10000 11110000 1100 1010010

Color Harmonies of #CCCCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCD7

Black with #CCCCD7

Text Example


Text Example

White with #CCCCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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