Html Css Color HEX #CAADEE Perfume

📋 copy color: '#CAADEE'

red 202 ◦ green 173 ◦ blue 238

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

Shades of Perfume #CAADEE

Tints of Perfume #CAADEE

RGB

 RED value IS 202 (79.3% from 255) = 32.95%

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

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

R = 32.95%
G = 28.22%
B = 38.83%

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

#CAADEE (or 0xCAADEE) is known color: Perfume. HEX triplet: CA, AD and EE. RGB value is (202,173,238). Sum of RGB (Red+Green+Blue) = 202+173+238=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADEE is #355211. Grayscale: #BCBCBC. Windows color (decimal): -3494418 or 15642058. OLE color: 15642058.

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

Color convert

RGB 202 173 238 -
CMYK 0.15 0.27 0 0.07
HSL 266.77º 0.66% 0.81% -
HSV(B) 266.77º 0.27% 0.93% -
XYZ 54.73 48.62 87.39 -
YUV 189.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 202 173 238 0.15 0.27 0 0.07 266.77 0.66 0.81
Hex CA AD EE F 1B 0 7 10B 42 51
Octal 312 255 356 17 33 0 7 413 102 121
Binary 11001010 10101101 11101110 1111 11011 0 111 100001011 1000010 1010001

Color Harmonies of #CAADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADEE

Black with #CAADEE

Text Example


Text Example

White with #CAADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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