Html Css Color HEX #CBADEE Perfume

📋 copy color: '#CBADEE'

red 203 ◦ green 173 ◦ blue 238

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

Shades of Perfume #CBADEE

Tints of Perfume #CBADEE

RGB

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

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

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

R = 33.06%
G = 28.18%
B = 38.76%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBADEE (or 0xCBADEE) is known color: Perfume. HEX triplet: CB, AD and EE. RGB value is (203,173,238). Sum of RGB (Red+Green+Blue) = 203+173+238=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADEE is #345211. Grayscale: #BDBDBD. Windows color (decimal): -3428882 or 15642059. OLE color: 15642059.

HSL color Cylindrical-coordinate representation of color #CBADEE: hue angle of 267.69º 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 #CBADEE is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 173 238 -
CMYK 0.15 0.27 0 0.07
HSL 267.69º 0.66% 0.81% -
HSV(B) 267.69º 0.27% 0.93% -
XYZ 55 48.76 87.4 -
YUV 189.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 203 173 238 0.15 0.27 0 0.07 267.69 0.66 0.81
Hex CB AD EE F 1B 0 7 10C 42 51
Octal 313 255 356 17 33 0 7 414 102 121
Binary 11001011 10101101 11101110 1111 11011 0 111 100001100 1000010 1010001

Color Harmonies of #CBADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADEE

Black with #CBADEE

Text Example


Text Example

White with #CBADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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