Html Css Color HEX #CED3FE Lavender Blue

📋 copy color: '#CED3FE'

red 206 ◦ green 211 ◦ blue 254

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

Shades of Lavender Blue #CED3FE

Tints of Lavender Blue #CED3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.85%

R = 30.7%
G = 31.45%
B = 37.85%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CED3FE (or 0xCED3FE) is known color: Lavender Blue. HEX triplet: CE, D3 and FE. RGB value is (206,211,254). Sum of RGB (Red+Green+Blue) = 206+211+254=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #CED3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3FE is #312C01. Grayscale: #D6D6D6. Windows color (decimal): -3222530 or 16700366. OLE color: 16700366.

HSL color Cylindrical-coordinate representation of color #CED3FE: hue angle of 233.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED3FE is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 211 254 -
CMYK 0.19 0.17 0 0.00
HSL 233.75º 0.96% 0.9% -
HSV(B) 233.75º 0.19% 1% -
XYZ 66.64 66.87 103.16 -
YUV 214.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 206 211 254 0.19 0.17 0 0.00 233.75 0.96 0.9
Hex CE D3 FE 13 11 0 0 EA 60 5A
Octal 316 323 376 23 21 0 0 352 140 132
Binary 11001110 11010011 11111110 10011 10001 0 0 11101010 1100000 1011010

Color Harmonies of #CED3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3FE

Black with #CED3FE

Text Example


Text Example

White with #CED3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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