Html Css Color HEX #CED3FB Lavender Blue

📋 copy color: '#CED3FB'

red 206 ◦ green 211 ◦ blue 251

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

Shades of Lavender Blue #CED3FB

Tints of Lavender Blue #CED3FB

RGB

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

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

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

R = 30.84%
G = 31.59%
B = 37.57%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CED3FB (or 0xCED3FB) is known color: Lavender Blue. HEX triplet: CE, D3 and FB. RGB value is (206,211,251). Sum of RGB (Red+Green+Blue) = 206+211+251=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #CED3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3FB is #312C04. Grayscale: #D5D5D5. Windows color (decimal): -3222533 or 16503758. OLE color: 16503758.

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

Color convert

RGB 206 211 251 -
CMYK 0.18 0.16 0 0.02
HSL 233.33º 0.85% 0.9% -
HSV(B) 233.33º 0.18% 0.98% -
XYZ 66.16 66.68 100.65 -
YUV 214.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 206 211 251 0.18 0.16 0 0.02 233.33 0.85 0.9
Hex CE D3 FB 12 10 0 2 E9 55 5A
Octal 316 323 373 22 20 0 2 351 125 132
Binary 11001110 11010011 11111011 10010 10000 0 10 11101001 1010101 1011010

Color Harmonies of #CED3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3FB

Black with #CED3FB

Text Example


Text Example

White with #CED3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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