Html Css Color HEX #CCADE8 Perfume

📋 copy color: '#CCADE8'

red 204 ◦ green 173 ◦ blue 232

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

Shades of Perfume #CCADE8

Tints of Perfume #CCADE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.1%

R = 33.5%
G = 28.41%
B = 38.1%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCADE8 (or 0xCCADE8) is known color: Perfume. HEX triplet: CC, AD and E8. RGB value is (204,173,232). Sum of RGB (Red+Green+Blue) = 204+173+232=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADE8 is #335217. Grayscale: #BCBCBC. Windows color (decimal): -3363352 or 15248844. OLE color: 15248844.

HSL color Cylindrical-coordinate representation of color #CCADE8: hue angle of 271.53º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCADE8 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 173 232 -
CMYK 0.12 0.25 0 0.09
HSL 271.53º 0.56% 0.79% -
HSV(B) 271.53º 0.25% 0.91% -
XYZ 54.41 48.55 82.85 -
YUV 189 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 204 173 232 0.12 0.25 0 0.09 271.53 0.56 0.79
Hex CC AD E8 C 19 0 9 110 38 4F
Octal 314 255 350 14 31 0 11 420 70 117
Binary 11001100 10101101 11101000 1100 11001 0 1001 100010000 111000 1001111

Color Harmonies of #CCADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADE8

Black with #CCADE8

Text Example


Text Example

White with #CCADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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