Html Css Color HEX #CDB2E9 Perfume

📋 copy color: '#CDB2E9'

red 205 ◦ green 178 ◦ blue 233

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

Shades of Perfume #CDB2E9

Tints of Perfume #CDB2E9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.9%

 BLUE value IS 233 (91.41% from 255) = 37.82%

R = 33.28%
G = 28.9%
B = 37.82%

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

#CDB2E9 (or 0xCDB2E9) is known color: Perfume. HEX triplet: CD, B2 and E9. RGB value is (205,178,233). Sum of RGB (Red+Green+Blue) = 205+178+233=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDB2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB2E9 is #324D16. Grayscale: #C0C0C0. Windows color (decimal): -3296535 or 15315661. OLE color: 15315661.

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

Color convert

RGB 205 178 233 -
CMYK 0.12 0.24 0 0.09
HSL 269.45º 0.56% 0.81% -
HSV(B) 269.45º 0.24% 0.91% -
XYZ 55.81 50.7 83.94 -
YUV 192.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 205 178 233 0.12 0.24 0 0.09 269.45 0.56 0.81
Hex CD B2 E9 C 18 0 9 10D 38 51
Octal 315 262 351 14 30 0 11 415 70 121
Binary 11001101 10110010 11101001 1100 11000 0 1001 100001101 111000 1010001

Color Harmonies of #CDB2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB2E9

Black with #CDB2E9

Text Example


Text Example

White with #CDB2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB2E9; }

 p { color: rgb(205,178,233); }

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

background-color css

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

 a { background-color: rgb(205,178,233); }

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

border-color css

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

 span { border-color: rgb(205,178,233); }

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