Html Css Color HEX #CCADEC Perfume

📋 copy color: '#CCADEC'

red 204 ◦ green 173 ◦ blue 236

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

Shades of Perfume #CCADEC

Tints of Perfume #CCADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.5%

R = 33.28%
G = 28.22%
B = 38.5%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCADEC (or 0xCCADEC) is known color: Perfume. HEX triplet: CC, AD and EC. RGB value is (204,173,236). Sum of RGB (Red+Green+Blue) = 204+173+236=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADEC is #335213. Grayscale: #BDBDBD. Windows color (decimal): -3363348 or 15510988. OLE color: 15510988.

HSL color Cylindrical-coordinate representation of color #CCADEC: hue angle of 269.52º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCADEC is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 173 236 -
CMYK 0.14 0.27 0 0.07
HSL 269.52º 0.62% 0.8% -
HSV(B) 269.52º 0.27% 0.93% -
XYZ 54.99 48.78 85.87 -
YUV 189.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 204 173 236 0.14 0.27 0 0.07 269.52 0.62 0.8
Hex CC AD EC E 1B 0 7 10E 3E 50
Octal 314 255 354 16 33 0 7 416 76 120
Binary 11001100 10101101 11101100 1110 11011 0 111 100001110 111110 1010000

Color Harmonies of #CCADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADEC

Black with #CCADEC

Text Example


Text Example

White with #CCADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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