Html Css Color HEX #CCADE9 Perfume

📋 copy color: '#CCADE9'

red 204 ◦ green 173 ◦ blue 233

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

Shades of Perfume #CCADE9

Tints of Perfume #CCADE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.2%

R = 33.44%
G = 28.36%
B = 38.2%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCADE9 (or 0xCCADE9) is known color: Perfume. HEX triplet: CC, AD and E9. RGB value is (204,173,233). Sum of RGB (Red+Green+Blue) = 204+173+233=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADE9 is #335216. Grayscale: #BCBCBC. Windows color (decimal): -3363351 or 15314380. OLE color: 15314380.

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

Color convert

RGB 204 173 233 -
CMYK 0.12 0.26 0 0.09
HSL 271º 0.58% 0.8% -
HSV(B) 271º 0.26% 0.91% -
XYZ 54.55 48.61 83.6 -
YUV 189.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 204 173 233 0.12 0.26 0 0.09 271 0.58 0.8
Hex CC AD E9 C 1A 0 9 10F 3A 50
Octal 314 255 351 14 32 0 11 417 72 120
Binary 11001100 10101101 11101001 1100 11010 0 1001 100001111 111010 1010000

Color Harmonies of #CCADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADE9

Black with #CCADE9

Text Example


Text Example

White with #CCADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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