Html Css Color HEX #CDC7EF Lavender Blue

📋 copy color: '#CDC7EF'

red 205 ◦ green 199 ◦ blue 239

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

Shades of Lavender Blue #CDC7EF

Tints of Lavender Blue #CDC7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.95%

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 31.88%
G = 30.95%
B = 37.17%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CDC7EF (or 0xCDC7EF) is known color: Lavender Blue. HEX triplet: CD, C7 and EF. RGB value is (205,199,239). Sum of RGB (Red+Green+Blue) = 205+199+239=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC7EF is #323810. Grayscale: #CDCDCD. Windows color (decimal): -3291153 or 15714253. OLE color: 15714253.

HSL color Cylindrical-coordinate representation of color #CDC7EF: hue angle of 249º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC7EF is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 199 239 -
CMYK 0.14 0.17 0 0.06
HSL 249º 0.56% 0.86% -
HSV(B) 249º 0.17% 0.94% -
XYZ 61.18 60.06 90.03 -
YUV 205.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 205 199 239 0.14 0.17 0 0.06 249 0.56 0.86
Hex CD C7 EF E 11 0 6 F9 38 56
Octal 315 307 357 16 21 0 6 371 70 126
Binary 11001101 11000111 11101111 1110 10001 0 110 11111001 111000 1010110

Color Harmonies of #CDC7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC7EF

Black with #CDC7EF

Text Example


Text Example

White with #CDC7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC7EF; }

 p { color: rgb(205,199,239); }

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

background-color css

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

 a { background-color: rgb(205,199,239); }

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

border-color css

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

 span { border-color: rgb(205,199,239); }

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