Html Css Color HEX #CED1FE Lavender Blue

📋 copy color: '#CED1FE'

red 206 ◦ green 209 ◦ blue 254

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

Shades of Lavender Blue #CED1FE

Tints of Lavender Blue #CED1FE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.24%

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

R = 30.79%
G = 31.24%
B = 37.97%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CED1FE (or 0xCED1FE) is known color: Lavender Blue. HEX triplet: CE, D1 and FE. RGB value is (206,209,254). Sum of RGB (Red+Green+Blue) = 206+209+254=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #CED1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1FE is #312E01. Grayscale: #D5D5D5. Windows color (decimal): -3223042 or 16699854. OLE color: 16699854.

HSL color Cylindrical-coordinate representation of color #CED1FE: hue angle of 236.25º 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 #CED1FE is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 209 254 -
CMYK 0.19 0.18 0 0.00
HSL 236.25º 0.96% 0.9% -
HSV(B) 236.25º 0.19% 1% -
XYZ 66.14 65.88 103 -
YUV 213.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 206 209 254 0.19 0.18 0 0.00 236.25 0.96 0.9
Hex CE D1 FE 13 12 0 0 EC 60 5A
Octal 316 321 376 23 22 0 0 354 140 132
Binary 11001110 11010001 11111110 10011 10010 0 0 11101100 1100000 1011010

Color Harmonies of #CED1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1FE

Black with #CED1FE

Text Example


Text Example

White with #CED1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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