Html Css Color HEX #CDABEE Perfume

📋 copy color: '#CDABEE'

red 205 ◦ green 171 ◦ blue 238

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

Shades of Perfume #CDABEE

Tints of Perfume #CDABEE

RGB

 RED value IS 205 (80.47% from 255) = 33.39%

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

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

R = 33.39%
G = 27.85%
B = 38.76%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDABEE (or 0xCDABEE) is known color: Perfume. HEX triplet: CD, AB and EE. RGB value is (205,171,238). Sum of RGB (Red+Green+Blue) = 205+171+238=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 171 (67.19% from 255 or 27.85% 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 #CDABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABEE is #325411. Grayscale: #BCBCBC. Windows color (decimal): -3298322 or 15641549. OLE color: 15641549.

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

Color convert

RGB 205 171 238 -
CMYK 0.14 0.28 0 0.07
HSL 270.45º 0.66% 0.8% -
HSV(B) 270.45º 0.28% 0.93% -
XYZ 55.17 48.28 87.3 -
YUV 188.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 205 171 238 0.14 0.28 0 0.07 270.45 0.66 0.8
Hex CD AB EE E 1C 0 7 10E 42 50
Octal 315 253 356 16 34 0 7 416 102 120
Binary 11001101 10101011 11101110 1110 11100 0 111 100001110 1000010 1010000

Color Harmonies of #CDABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDABEE

Black with #CDABEE

Text Example


Text Example

White with #CDABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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