Html Css Color HEX #CED5FB Lavender Blue

📋 copy color: '#CED5FB'

red 206 ◦ green 213 ◦ blue 251

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

Shades of Lavender Blue #CED5FB

Tints of Lavender Blue #CED5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.46%

R = 30.75%
G = 31.79%
B = 37.46%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CED5FB (or 0xCED5FB) is known color: Lavender Blue. HEX triplet: CE, D5 and FB. RGB value is (206,213,251). Sum of RGB (Red+Green+Blue) = 206+213+251=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #CED5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5FB is #312A04. Grayscale: #D7D7D7. Windows color (decimal): -3222021 or 16504270. OLE color: 16504270.

HSL color Cylindrical-coordinate representation of color #CED5FB: hue angle of 230.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED5FB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 213 251 -
CMYK 0.18 0.15 0 0.02
HSL 230.67º 0.85% 0.9% -
HSV(B) 230.67º 0.18% 0.98% -
XYZ 66.66 67.68 100.82 -
YUV 215.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 206 213 251 0.18 0.15 0 0.02 230.67 0.85 0.9
Hex CE D5 FB 12 F 0 2 E7 55 5A
Octal 316 325 373 22 17 0 2 347 125 132
Binary 11001110 11010101 11111011 10010 1111 0 10 11100111 1010101 1011010

Color Harmonies of #CED5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5FB

Black with #CED5FB

Text Example


Text Example

White with #CED5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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