Html Css Color HEX #CCADE0 Perfume

📋 copy color: '#CCADE0'

red 204 ◦ green 173 ◦ blue 224

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

Shades of Perfume #CCADE0

Tints of Perfume #CCADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.27%

R = 33.94%
G = 28.79%
B = 37.27%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCADE0 (or 0xCCADE0) is known color: Perfume. HEX triplet: CC, AD and E0. RGB value is (204,173,224). Sum of RGB (Red+Green+Blue) = 204+173+224=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADE0 is #33521F. Grayscale: #BBBBBB. Windows color (decimal): -3363360 or 14724556. OLE color: 14724556.

HSL color Cylindrical-coordinate representation of color #CCADE0: hue angle of 276.47º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCADE0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 173 224 -
CMYK 0.09 0.23 0 0.12
HSL 276.47º 0.45% 0.78% -
HSV(B) 276.47º 0.23% 0.88% -
XYZ 53.3 48.11 77 -
YUV 188.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 204 173 224 0.09 0.23 0 0.12 276.47 0.45 0.78
Hex CC AD E0 9 17 0 C 114 2D 4E
Octal 314 255 340 11 27 0 14 424 55 116
Binary 11001100 10101101 11100000 1001 10111 0 1100 100010100 101101 1001110

Color Harmonies of #CCADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADE0

Black with #CCADE0

Text Example


Text Example

White with #CCADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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