Html Css Color HEX #CED4FD Lavender Blue

📋 copy color: '#CED4FD'

red 206 ◦ green 212 ◦ blue 253

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

Shades of Lavender Blue #CED4FD

Tints of Lavender Blue #CED4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.59%

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

R = 30.7%
G = 31.59%
B = 37.7%

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

#CED4FD (or 0xCED4FD) is known color: Lavender Blue. HEX triplet: CE, D4 and FD. RGB value is (206,212,253). Sum of RGB (Red+Green+Blue) = 206+212+253=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4FD is #312B02. Grayscale: #D6D6D6. Windows color (decimal): -3222275 or 16635086. OLE color: 16635086.

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

Color convert

RGB 206 212 253 -
CMYK 0.19 0.16 0 0.01
HSL 232.34º 0.92% 0.9% -
HSV(B) 232.34º 0.19% 0.99% -
XYZ 66.73 67.3 102.4 -
YUV 214.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 206 212 253 0.19 0.16 0 0.01 232.34 0.92 0.9
Hex CE D4 FD 13 10 0 1 E8 5C 5A
Octal 316 324 375 23 20 0 1 350 134 132
Binary 11001110 11010100 11111101 10011 10000 0 1 11101000 1011100 1011010

Color Harmonies of #CED4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4FD

Black with #CED4FD

Text Example


Text Example

White with #CED4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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