Html Css Color HEX #CBADE7 Perfume

📋 copy color: '#CBADE7'

red 203 ◦ green 173 ◦ blue 231

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

Shades of Perfume #CBADE7

Tints of Perfume #CBADE7

RGB

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

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

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

R = 33.44%
G = 28.5%
B = 38.06%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBADE7 (or 0xCBADE7) is known color: Perfume. HEX triplet: CB, AD and E7. RGB value is (203,173,231). Sum of RGB (Red+Green+Blue) = 203+173+231=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADE7 is #345218. Grayscale: #BCBCBC. Windows color (decimal): -3428889 or 15183307. OLE color: 15183307.

HSL color Cylindrical-coordinate representation of color #CBADE7: hue angle of 271.03º degrees, saturation: 0.55, 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 #CBADE7 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 173 231 -
CMYK 0.12 0.25 0 0.09
HSL 271.03º 0.55% 0.79% -
HSV(B) 271.03º 0.25% 0.91% -
XYZ 54 48.35 82.09 -
YUV 188.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 203 173 231 0.12 0.25 0 0.09 271.03 0.55 0.79
Hex CB AD E7 C 19 0 9 10F 37 4F
Octal 313 255 347 14 31 0 11 417 67 117
Binary 11001011 10101101 11100111 1100 11001 0 1001 100001111 110111 1001111

Color Harmonies of #CBADE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADE7

Black with #CBADE7

Text Example


Text Example

White with #CBADE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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