Html Css Color HEX #CCADEB Perfume

📋 copy color: '#CCADEB'

red 204 ◦ green 173 ◦ blue 235

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

Shades of Perfume #CCADEB

Tints of Perfume #CCADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.4%

R = 33.33%
G = 28.27%
B = 38.4%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCADEB (or 0xCCADEB) is known color: Perfume. HEX triplet: CC, AD and EB. RGB value is (204,173,235). Sum of RGB (Red+Green+Blue) = 204+173+235=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADEB is #335214. Grayscale: #BDBDBD. Windows color (decimal): -3363349 or 15445452. OLE color: 15445452.

HSL color Cylindrical-coordinate representation of color #CCADEB: hue angle of 270º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCADEB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 173 235 -
CMYK 0.13 0.26 0 0.08
HSL 270º 0.61% 0.8% -
HSV(B) 270º 0.26% 0.92% -
XYZ 54.84 48.72 85.11 -
YUV 189.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 204 173 235 0.13 0.26 0 0.08 270 0.61 0.8
Hex CC AD EB D 1A 0 8 10E 3D 50
Octal 314 255 353 15 32 0 10 416 75 120
Binary 11001100 10101101 11101011 1101 11010 0 1000 100001110 111101 1010000

Color Harmonies of #CCADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADEB

Black with #CCADEB

Text Example


Text Example

White with #CCADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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