Html Css Color HEX #CCCADA Lavender Grey

📋 copy color: '#CCCADA'

red 204 ◦ green 202 ◦ blue 218

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

Shades of Lavender Grey #CCCADA

Tints of Lavender Grey #CCCADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.37%

 BLUE value IS 218 (85.55% from 255) = 34.94%

R = 32.69%
G = 32.37%
B = 34.94%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCCADA (or 0xCCCADA) is known color: Lavender Grey. HEX triplet: CC, CA and DA. RGB value is (204,202,218). Sum of RGB (Red+Green+Blue) = 204+202+218=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCCADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCADA is #333525. Grayscale: #CCCCCC. Windows color (decimal): -3355942 or 14338764. OLE color: 14338764.

HSL color Cylindrical-coordinate representation of color #CCCADA: hue angle of 247.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCADA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 202 218 -
CMYK 0.06 0.07 0 0.15
HSL 247.5º 0.18% 0.82% -
HSV(B) 247.5º 0.07% 0.85% -
XYZ 58.68 60.14 74.85 -
YUV 204.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 204 202 218 0.06 0.07 0 0.15 247.5 0.18 0.82
Hex CC CA DA 6 7 0 F F8 12 52
Octal 314 312 332 6 7 0 17 370 22 122
Binary 11001100 11001010 11011010 110 111 0 1111 11111000 10010 1010010

Color Harmonies of #CCCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCADA

Black with #CCCADA

Text Example


Text Example

White with #CCCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCADA; }

 p { color: rgb(204,202,218); }

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

background-color css

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

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

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

border-color css

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

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

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