Html Css Color HEX #CFABEE Perfume

📋 copy color: '#CFABEE'

red 207 ◦ green 171 ◦ blue 238

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

Shades of Perfume #CFABEE

Tints of Perfume #CFABEE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.76%

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

R = 33.6%
G = 27.76%
B = 38.64%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFABEE (or 0xCFABEE) is known color: Perfume. HEX triplet: CF, AB and EE. RGB value is (207,171,238). Sum of RGB (Red+Green+Blue) = 207+171+238=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABEE is #305411. Grayscale: #BDBDBD. Windows color (decimal): -3167250 or 15641551. OLE color: 15641551.

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

Color convert

RGB 207 171 238 -
CMYK 0.13 0.28 0 0.07
HSL 272.24º 0.66% 0.8% -
HSV(B) 272.24º 0.28% 0.93% -
XYZ 55.73 48.56 87.33 -
YUV 189.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 207 171 238 0.13 0.28 0 0.07 272.24 0.66 0.8
Hex CF AB EE D 1C 0 7 110 42 50
Octal 317 253 356 15 34 0 7 420 102 120
Binary 11001111 10101011 11101110 1101 11100 0 111 100010000 1000010 1010000

Color Harmonies of #CFABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABEE

Black with #CFABEE

Text Example


Text Example

White with #CFABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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