Html Css Color HEX #CED3FA Lavender Blue

📋 copy color: '#CED3FA'

red 206 ◦ green 211 ◦ blue 250

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

Shades of Lavender Blue #CED3FA

Tints of Lavender Blue #CED3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.48%

R = 30.88%
G = 31.63%
B = 37.48%

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

#CED3FA (or 0xCED3FA) is known color: Lavender Blue. HEX triplet: CE, D3 and FA. RGB value is (206,211,250). Sum of RGB (Red+Green+Blue) = 206+211+250=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3FA is #312C05. Grayscale: #D5D5D5. Windows color (decimal): -3222534 or 16438222. OLE color: 16438222.

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

Color convert

RGB 206 211 250 -
CMYK 0.18 0.16 0 0.02
HSL 233.18º 0.81% 0.89% -
HSV(B) 233.18º 0.18% 0.98% -
XYZ 66 66.61 99.82 -
YUV 213.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 206 211 250 0.18 0.16 0 0.02 233.18 0.81 0.89
Hex CE D3 FA 12 10 0 2 E9 51 59
Octal 316 323 372 22 20 0 2 351 121 131
Binary 11001110 11010011 11111010 10010 10000 0 10 11101001 1010001 1011001

Color Harmonies of #CED3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3FA

Black with #CED3FA

Text Example


Text Example

White with #CED3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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