Html Css Color HEX #CCADF3 Perfume

📋 copy color: '#CCADF3'

red 204 ◦ green 173 ◦ blue 243

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

Shades of Perfume #CCADF3

Tints of Perfume #CCADF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.19%

R = 32.9%
G = 27.9%
B = 39.19%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCADF3 (or 0xCCADF3) is known color: Perfume. HEX triplet: CC, AD and F3. RGB value is (204,173,243). Sum of RGB (Red+Green+Blue) = 204+173+243=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADF3 is #33520C. Grayscale: #BDBDBD. Windows color (decimal): -3363341 or 15969740. OLE color: 15969740.

HSL color Cylindrical-coordinate representation of color #CCADF3: hue angle of 266.57º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCADF3 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 173 243 -
CMYK 0.16 0.29 0 0.05
HSL 266.57º 0.74% 0.82% -
HSV(B) 266.57º 0.29% 0.95% -
XYZ 56.02 49.2 91.34 -
YUV 190.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 204 173 243 0.16 0.29 0 0.05 266.57 0.74 0.82
Hex CC AD F3 10 1D 0 5 10B 4A 52
Octal 314 255 363 20 35 0 5 413 112 122
Binary 11001100 10101101 11110011 10000 11101 0 101 100001011 1001010 1010010

Color Harmonies of #CCADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADF3

Black with #CCADF3

Text Example


Text Example

White with #CCADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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