Html Css Color HEX #CBAFE7 Perfume

📋 copy color: '#CBAFE7'

red 203 ◦ green 175 ◦ blue 231

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

Shades of Perfume #CBAFE7

Tints of Perfume #CBAFE7

RGB

 RED value IS 203 (79.69% from 255) = 33.33%

 GREEN value IS 175 (68.75% from 255) = 28.74%

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 33.33%
G = 28.74%
B = 37.93%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBAFE7 (or 0xCBAFE7) is known color: Perfume. HEX triplet: CB, AF and E7. RGB value is (203,175,231). Sum of RGB (Red+Green+Blue) = 203+175+231=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFE7 is #345018. Grayscale: #BDBDBD. Windows color (decimal): -3428377 or 15183819. OLE color: 15183819.

HSL color Cylindrical-coordinate representation of color #CBAFE7: hue angle of 270º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBAFE7 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 175 231 -
CMYK 0.12 0.24 0 0.09
HSL 270º 0.54% 0.8% -
HSV(B) 270º 0.24% 0.91% -
XYZ 54.38 49.13 82.22 -
YUV 189.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 203 175 231 0.12 0.24 0 0.09 270 0.54 0.8
Hex CB AF E7 C 18 0 9 10E 36 50
Octal 313 257 347 14 30 0 11 416 66 120
Binary 11001011 10101111 11100111 1100 11000 0 1001 100001110 110110 1010000

Color Harmonies of #CBAFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFE7

Black with #CBAFE7

Text Example


Text Example

White with #CBAFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFE7; }

 p { color: rgb(203,175,231); }

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

background-color css

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

 a { background-color: rgb(203,175,231); }

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

border-color css

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

 span { border-color: rgb(203,175,231); }

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