Html Css Color HEX #CFADEE Perfume

📋 copy color: '#CFADEE'

red 207 ◦ green 173 ◦ blue 238

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

Shades of Perfume #CFADEE

Tints of Perfume #CFADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.51%

R = 33.5%
G = 27.99%
B = 38.51%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFADEE (or 0xCFADEE) is known color: Perfume. HEX triplet: CF, AD and EE. RGB value is (207,173,238). Sum of RGB (Red+Green+Blue) = 207+173+238=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADEE is #305211. Grayscale: #BEBEBE. Windows color (decimal): -3166738 or 15642063. OLE color: 15642063.

HSL color Cylindrical-coordinate representation of color #CFADEE: hue angle of 271.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFADEE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 173 238 -
CMYK 0.13 0.27 0 0.07
HSL 271.38º 0.66% 0.81% -
HSV(B) 271.38º 0.27% 0.93% -
XYZ 56.11 49.33 87.45 -
YUV 190.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 207 173 238 0.13 0.27 0 0.07 271.38 0.66 0.81
Hex CF AD EE D 1B 0 7 10F 42 51
Octal 317 255 356 15 33 0 7 417 102 121
Binary 11001111 10101101 11101110 1101 11011 0 111 100001111 1000010 1010001

Color Harmonies of #CFADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADEE

Black with #CFADEE

Text Example


Text Example

White with #CFADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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