Html Css Color HEX #CCADF1 Perfume

📋 copy color: '#CCADF1'

red 204 ◦ green 173 ◦ blue 241

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

Shades of Perfume #CCADF1

Tints of Perfume #CCADF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39%

R = 33.01%
G = 27.99%
B = 39%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCADF1 (or 0xCCADF1) is known color: Perfume. HEX triplet: CC, AD and F1. RGB value is (204,173,241). Sum of RGB (Red+Green+Blue) = 204+173+241=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADF1 is #33520E. Grayscale: #BDBDBD. Windows color (decimal): -3363343 or 15838668. OLE color: 15838668.

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

Color convert

RGB 204 173 241 -
CMYK 0.15 0.28 0 0.05
HSL 267.35º 0.71% 0.81% -
HSV(B) 267.35º 0.28% 0.95% -
XYZ 55.72 49.08 89.75 -
YUV 190.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 204 173 241 0.15 0.28 0 0.05 267.35 0.71 0.81
Hex CC AD F1 F 1C 0 5 10B 47 51
Octal 314 255 361 17 34 0 5 413 107 121
Binary 11001100 10101101 11110001 1111 11100 0 101 100001011 1000111 1010001

Color Harmonies of #CCADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADF1

Black with #CCADF1

Text Example


Text Example

White with #CCADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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