Html Css Color HEX #CCCCDF Lavender Grey

📋 copy color: '#CCCCDF'

red 204 ◦ green 204 ◦ blue 223

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

Shades of Lavender Grey #CCCCDF

Tints of Lavender Grey #CCCCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 32.33%
G = 32.33%
B = 35.34%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCCCDF (or 0xCCCCDF) is known color: Lavender Grey. HEX triplet: CC, CC and DF. RGB value is (204,204,223). Sum of RGB (Red+Green+Blue) = 204+204+223=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCDF is #333320. Grayscale: #CECECE. Windows color (decimal): -3355425 or 14666956. OLE color: 14666956.

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

Color convert

RGB 204 204 223 -
CMYK 0.09 0.09 0 0.13
HSL 240º 0.23% 0.84% -
HSV(B) 240º 0.09% 0.87% -
XYZ 59.81 61.35 78.5 -
YUV 206.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 204 204 223 0.09 0.09 0 0.13 240 0.23 0.84
Hex CC CC DF 9 9 0 D F0 17 54
Octal 314 314 337 11 11 0 15 360 27 124
Binary 11001100 11001100 11011111 1001 1001 0 1101 11110000 10111 1010100

Color Harmonies of #CCCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCDF

Black with #CCCCDF

Text Example


Text Example

White with #CCCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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