Html Css Color HEX #CCADE1 Perfume

📋 copy color: '#CCADE1'

red 204 ◦ green 173 ◦ blue 225

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

Shades of Perfume #CCADE1

Tints of Perfume #CCADE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.38%

R = 33.89%
G = 28.74%
B = 37.38%

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

#CCADE1 (or 0xCCADE1) is known color: Perfume. HEX triplet: CC, AD and E1. RGB value is (204,173,225). Sum of RGB (Red+Green+Blue) = 204+173+225=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADE1 is #33521E. Grayscale: #BCBCBC. Windows color (decimal): -3363359 or 14790092. OLE color: 14790092.

HSL color Cylindrical-coordinate representation of color #CCADE1: hue angle of 275.77º degrees, saturation: 0.46, 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 #CCADE1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 173 225 -
CMYK 0.09 0.23 0 0.12
HSL 275.77º 0.46% 0.78% -
HSV(B) 275.77º 0.23% 0.88% -
XYZ 53.44 48.16 77.71 -
YUV 188.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 204 173 225 0.09 0.23 0 0.12 275.77 0.46 0.78
Hex CC AD E1 9 17 0 C 114 2E 4E
Octal 314 255 341 11 27 0 14 424 56 116
Binary 11001100 10101101 11100001 1001 10111 0 1100 100010100 101110 1001110

Color Harmonies of #CCADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADE1

Black with #CCADE1

Text Example


Text Example

White with #CCADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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