Html Css Color HEX #CED3F8 Lavender Blue

📋 copy color: '#CED3F8'

red 206 ◦ green 211 ◦ blue 248

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

Shades of Lavender Blue #CED3F8

Tints of Lavender Blue #CED3F8

RGB

 RED value IS 206 (80.86% from 255) = 30.98%

 GREEN value IS 211 (82.81% from 255) = 31.73%

 BLUE value IS 248 (97.27% from 255) = 37.29%

R = 30.98%
G = 31.73%
B = 37.29%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CED3F8 (or 0xCED3F8) is known color: Lavender Blue. HEX triplet: CE, D3 and F8. RGB value is (206,211,248). Sum of RGB (Red+Green+Blue) = 206+211+248=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 248 (97.27% from 255 or 37.29% from 665); Max value from RGB is 248 - color contains mainly: blue. Hex color #CED3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3F8 is #312C07. Grayscale: #D5D5D5. Windows color (decimal): -3222536 or 16307150. OLE color: 16307150.

HSL color Cylindrical-coordinate representation of color #CED3F8: hue angle of 232.86º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED3F8 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 211 248 -
CMYK 0.17 0.15 0 0.03
HSL 232.86º 0.75% 0.89% -
HSV(B) 232.86º 0.17% 0.97% -
XYZ 65.69 66.49 98.18 -
YUV 213.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 206 211 248 0.17 0.15 0 0.03 232.86 0.75 0.89
Hex CE D3 F8 11 F 0 3 E9 4B 59
Octal 316 323 370 21 17 0 3 351 113 131
Binary 11001110 11010011 11111000 10001 1111 0 11 11101001 1001011 1011001

Color Harmonies of #CED3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3F8

Black with #CED3F8

Text Example


Text Example

White with #CED3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3F8; }

 p { color: rgb(206,211,248); }

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

background-color css

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

 a { background-color: rgb(206,211,248); }

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

border-color css

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

 span { border-color: rgb(206,211,248); }

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