Html Css Color HEX #CED1FD Lavender Blue

📋 copy color: '#CED1FD'

red 206 ◦ green 209 ◦ blue 253

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

Shades of Lavender Blue #CED1FD

Tints of Lavender Blue #CED1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.87%

R = 30.84%
G = 31.29%
B = 37.87%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CED1FD (or 0xCED1FD) is known color: Lavender Blue. HEX triplet: CE, D1 and FD. RGB value is (206,209,253). Sum of RGB (Red+Green+Blue) = 206+209+253=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1FD is #312E02. Grayscale: #D4D4D4. Windows color (decimal): -3223043 or 16634318. OLE color: 16634318.

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

Color convert

RGB 206 209 253 -
CMYK 0.19 0.17 0 0.01
HSL 236.17º 0.92% 0.9% -
HSV(B) 236.17º 0.19% 0.99% -
XYZ 65.98 65.81 102.15 -
YUV 213.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 206 209 253 0.19 0.17 0 0.01 236.17 0.92 0.9
Hex CE D1 FD 13 11 0 1 EC 5C 5A
Octal 316 321 375 23 21 0 1 354 134 132
Binary 11001110 11010001 11111101 10011 10001 0 1 11101100 1011100 1011010

Color Harmonies of #CED1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1FD

Black with #CED1FD

Text Example


Text Example

White with #CED1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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