Html Css Color HEX #CDC7EE Lavender Blue

📋 copy color: '#CDC7EE'

red 205 ◦ green 199 ◦ blue 238

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

Shades of Lavender Blue #CDC7EE

Tints of Lavender Blue #CDC7EE

RGB

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

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

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

R = 31.93%
G = 31%
B = 37.07%

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

#CDC7EE (or 0xCDC7EE) is known color: Lavender Blue. HEX triplet: CD, C7 and EE. RGB value is (205,199,238). Sum of RGB (Red+Green+Blue) = 205+199+238=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC7EE is #323811. Grayscale: #CDCDCD. Windows color (decimal): -3291154 or 15648717. OLE color: 15648717.

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

Color convert

RGB 205 199 238 -
CMYK 0.14 0.16 0 0.07
HSL 249.23º 0.53% 0.86% -
HSV(B) 249.23º 0.16% 0.93% -
XYZ 61.03 60 89.25 -
YUV 205.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 205 199 238 0.14 0.16 0 0.07 249.23 0.53 0.86
Hex CD C7 EE E 10 0 7 F9 35 56
Octal 315 307 356 16 20 0 7 371 65 126
Binary 11001101 11000111 11101110 1110 10000 0 111 11111001 110101 1010110

Color Harmonies of #CDC7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC7EE

Black with #CDC7EE

Text Example


Text Example

White with #CDC7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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