Html Css Color HEX #CCADD0 Lilac

📋 copy color: '#CCADD0'

red 204 ◦ green 173 ◦ blue 208

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

Shades of Lilac #CCADD0

Tints of Lilac #CCADD0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.57%

 BLUE value IS 208 (81.64% from 255) = 35.56%

R = 34.87%
G = 29.57%
B = 35.56%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCADD0 (or 0xCCADD0) is known color: Lilac. HEX triplet: CC, AD and D0. RGB value is (204,173,208). Sum of RGB (Red+Green+Blue) = 204+173+208=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD0 is #33522F. Grayscale: #BABABA. Windows color (decimal): -3363376 or 13675980. OLE color: 13675980.

HSL color Cylindrical-coordinate representation of color #CCADD0: hue angle of 293.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCADD0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 173 208 -
CMYK 0.02 0.17 0 0.18
HSL 293.14º 0.27% 0.75% -
HSV(B) 293.14º 0.17% 0.82% -
XYZ 51.23 47.28 66.1 -
YUV 186.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 204 173 208 0.02 0.17 0 0.18 293.14 0.27 0.75
Hex CC AD D0 2 11 0 12 125 1B 4B
Octal 314 255 320 2 21 0 22 445 33 113
Binary 11001100 10101101 11010000 10 10001 0 10010 100100101 11011 1001011

Color Harmonies of #CCADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADD0

Black with #CCADD0

Text Example


Text Example

White with #CCADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADD0; }

 p { color: rgb(204,173,208); }

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

background-color css

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

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

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

border-color css

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

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

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