Html Css Color HEX #CCACED Perfume

📋 copy color: '#CCACED'

red 204 ◦ green 172 ◦ blue 237

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

Shades of Perfume #CCACED

Tints of Perfume #CCACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.06%

 BLUE value IS 237 (92.97% from 255) = 38.66%

R = 33.28%
G = 28.06%
B = 38.66%

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

#CCACED (or 0xCCACED) is known color: Perfume. HEX triplet: CC, AC and ED. RGB value is (204,172,237). Sum of RGB (Red+Green+Blue) = 204+172+237=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACED is #335312. Grayscale: #BCBCBC. Windows color (decimal): -3363603 or 15576268. OLE color: 15576268.

HSL color Cylindrical-coordinate representation of color #CCACED: hue angle of 269.54º degrees, saturation: 0.64, 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 #CCACED is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 172 237 -
CMYK 0.14 0.27 0 0.07
HSL 269.54º 0.64% 0.8% -
HSV(B) 269.54º 0.27% 0.93% -
XYZ 54.94 48.46 86.58 -
YUV 188.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 204 172 237 0.14 0.27 0 0.07 269.54 0.64 0.8
Hex CC AC ED E 1B 0 7 10E 40 50
Octal 314 254 355 16 33 0 7 416 100 120
Binary 11001100 10101100 11101101 1110 11011 0 111 100001110 1000000 1010000

Color Harmonies of #CCACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACED

Black with #CCACED

Text Example


Text Example

White with #CCACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACED; }

 p { color: rgb(204,172,237); }

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

background-color css

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

 a { background-color: rgb(204,172,237); }

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

border-color css

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

 span { border-color: rgb(204,172,237); }

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