Html Css Color HEX #CFADE8 Perfume

📋 copy color: '#CFADE8'

red 207 ◦ green 173 ◦ blue 232

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

Shades of Perfume #CFADE8

Tints of Perfume #CFADE8

RGB

 RED value IS 207 (81.25% from 255) = 33.82%

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

 BLUE value IS 232 (91.02% from 255) = 37.91%

R = 33.82%
G = 28.27%
B = 37.91%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CFADE8 (or 0xCFADE8) is known color: Perfume. HEX triplet: CF, AD and E8. RGB value is (207,173,232). Sum of RGB (Red+Green+Blue) = 207+173+232=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADE8 is #305217. Grayscale: #BDBDBD. Windows color (decimal): -3166744 or 15248847. OLE color: 15248847.

HSL color Cylindrical-coordinate representation of color #CFADE8: hue angle of 274.58º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFADE8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 173 232 -
CMYK 0.11 0.25 0 0.09
HSL 274.58º 0.56% 0.79% -
HSV(B) 274.58º 0.25% 0.91% -
XYZ 55.24 48.98 82.89 -
YUV 189.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 207 173 232 0.11 0.25 0 0.09 274.58 0.56 0.79
Hex CF AD E8 B 19 0 9 113 38 4F
Octal 317 255 350 13 31 0 11 423 70 117
Binary 11001111 10101101 11101000 1011 11001 0 1001 100010011 111000 1001111

Color Harmonies of #CFADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADE8

Black with #CFADE8

Text Example


Text Example

White with #CFADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADE8; }

 p { color: rgb(207,173,232); }

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

background-color css

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

 a { background-color: rgb(207,173,232); }

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

border-color css

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

 span { border-color: rgb(207,173,232); }

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