Html Css Color HEX #CDC7ED Lavender Blue

📋 copy color: '#CDC7ED'

red 205 ◦ green 199 ◦ blue 237

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

Shades of Lavender Blue #CDC7ED

Tints of Lavender Blue #CDC7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.97%

R = 31.98%
G = 31.05%
B = 36.97%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDC7ED (or 0xCDC7ED) is known color: Lavender Blue. HEX triplet: CD, C7 and ED. RGB value is (205,199,237). Sum of RGB (Red+Green+Blue) = 205+199+237=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC7ED is #323812. Grayscale: #CCCCCC. Windows color (decimal): -3291155 or 15583181. OLE color: 15583181.

HSL color Cylindrical-coordinate representation of color #CDC7ED: hue angle of 249.47º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC7ED is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 199 237 -
CMYK 0.14 0.16 0 0.07
HSL 249.47º 0.51% 0.85% -
HSV(B) 249.47º 0.16% 0.93% -
XYZ 60.89 59.94 88.48 -
YUV 205.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 205 199 237 0.14 0.16 0 0.07 249.47 0.51 0.85
Hex CD C7 ED E 10 0 7 F9 33 55
Octal 315 307 355 16 20 0 7 371 63 125
Binary 11001101 11000111 11101101 1110 10000 0 111 11111001 110011 1010101

Color Harmonies of #CDC7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC7ED

Black with #CDC7ED

Text Example


Text Example

White with #CDC7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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