Html Css Color HEX #CCADEF Perfume

📋 copy color: '#CCADEF'

red 204 ◦ green 173 ◦ blue 239

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

Shades of Perfume #CCADEF

Tints of Perfume #CCADEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.8%

R = 33.12%
G = 28.08%
B = 38.8%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCADEF (or 0xCCADEF) is known color: Perfume. HEX triplet: CC, AD and EF. RGB value is (204,173,239). Sum of RGB (Red+Green+Blue) = 204+173+239=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADEF is #335210. Grayscale: #BDBDBD. Windows color (decimal): -3363345 or 15707596. OLE color: 15707596.

HSL color Cylindrical-coordinate representation of color #CCADEF: hue angle of 268.18º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCADEF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 173 239 -
CMYK 0.15 0.28 0 0.06
HSL 268.18º 0.67% 0.81% -
HSV(B) 268.18º 0.28% 0.94% -
XYZ 55.43 48.96 88.19 -
YUV 189.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 204 173 239 0.15 0.28 0 0.06 268.18 0.67 0.81
Hex CC AD EF F 1C 0 6 10C 43 51
Octal 314 255 357 17 34 0 6 414 103 121
Binary 11001100 10101101 11101111 1111 11100 0 110 100001100 1000011 1010001

Color Harmonies of #CCADEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADEF

Black with #CCADEF

Text Example


Text Example

White with #CCADEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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