Html Css Color HEX #CDC9EA Lavender Blue

📋 copy color: '#CDC9EA'

red 205 ◦ green 201 ◦ blue 234

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

Shades of Lavender Blue #CDC9EA

Tints of Lavender Blue #CDC9EA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.41%

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 32.03%
G = 31.41%
B = 36.56%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDC9EA (or 0xCDC9EA) is known color: Lavender Blue. HEX triplet: CD, C9 and EA. RGB value is (205,201,234). Sum of RGB (Red+Green+Blue) = 205+201+234=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9EA is #323615. Grayscale: #CDCDCD. Windows color (decimal): -3290646 or 15387085. OLE color: 15387085.

HSL color Cylindrical-coordinate representation of color #CDC9EA: hue angle of 247.27º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDC9EA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 201 234 -
CMYK 0.12 0.14 0 0.08
HSL 247.27º 0.44% 0.85% -
HSV(B) 247.27º 0.14% 0.92% -
XYZ 60.91 60.69 86.35 -
YUV 205.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 205 201 234 0.12 0.14 0 0.08 247.27 0.44 0.85
Hex CD C9 EA C E 0 8 F7 2C 55
Octal 315 311 352 14 16 0 10 367 54 125
Binary 11001101 11001001 11101010 1100 1110 0 1000 11110111 101100 1010101

Color Harmonies of #CDC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC9EA

Black with #CDC9EA

Text Example


Text Example

White with #CDC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC9EA; }

 p { color: rgb(205,201,234); }

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

background-color css

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

 a { background-color: rgb(205,201,234); }

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

border-color css

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

 span { border-color: rgb(205,201,234); }

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