Html Css Color HEX #CED1FA Lavender Blue

📋 copy color: '#CED1FA'

red 206 ◦ green 209 ◦ blue 250

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

Shades of Lavender Blue #CED1FA

Tints of Lavender Blue #CED1FA

RGB

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

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

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

R = 30.98%
G = 31.43%
B = 37.59%

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

#CED1FA (or 0xCED1FA) is known color: Lavender Blue. HEX triplet: CE, D1 and FA. RGB value is (206,209,250). Sum of RGB (Red+Green+Blue) = 206+209+250=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1FA is #312E05. Grayscale: #D4D4D4. Windows color (decimal): -3223046 or 16437710. OLE color: 16437710.

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

Color convert

RGB 206 209 250 -
CMYK 0.18 0.16 0 0.02
HSL 235.91º 0.81% 0.89% -
HSV(B) 235.91º 0.18% 0.98% -
XYZ 65.51 65.62 99.66 -
YUV 212.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 206 209 250 0.18 0.16 0 0.02 235.91 0.81 0.89
Hex CE D1 FA 12 10 0 2 EC 51 59
Octal 316 321 372 22 20 0 2 354 121 131
Binary 11001110 11010001 11111010 10010 10000 0 10 11101100 1010001 1011001

Color Harmonies of #CED1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1FA

Black with #CED1FA

Text Example


Text Example

White with #CED1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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