Html Css Color HEX #CED5FD Lavender Blue

📋 copy color: '#CED5FD'

red 206 ◦ green 213 ◦ blue 253

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

Shades of Lavender Blue #CED5FD

Tints of Lavender Blue #CED5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.7%

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

R = 30.65%
G = 31.7%
B = 37.65%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CED5FD (or 0xCED5FD) is known color: Lavender Blue. HEX triplet: CE, D5 and FD. RGB value is (206,213,253). Sum of RGB (Red+Green+Blue) = 206+213+253=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5FD is #312A02. Grayscale: #D7D7D7. Windows color (decimal): -3222019 or 16635342. OLE color: 16635342.

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

Color convert

RGB 206 213 253 -
CMYK 0.19 0.16 0 0.01
HSL 231.06º 0.92% 0.9% -
HSV(B) 231.06º 0.19% 0.99% -
XYZ 66.98 67.8 102.49 -
YUV 215.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 206 213 253 0.19 0.16 0 0.01 231.06 0.92 0.9
Hex CE D5 FD 13 10 0 1 E7 5C 5A
Octal 316 325 375 23 20 0 1 347 134 132
Binary 11001110 11010101 11111101 10011 10000 0 1 11100111 1011100 1011010

Color Harmonies of #CED5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5FD

Black with #CED5FD

Text Example


Text Example

White with #CED5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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