Html Css Color HEX #CED7FF Lavender Blue

📋 copy color: '#CED7FF'

red 206 ◦ green 215 ◦ blue 255

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

Shades of Lavender Blue #CED7FF

Tints of Lavender Blue #CED7FF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.8%

 BLUE value IS 255 (100% from 255) = 37.72%

R = 30.47%
G = 31.8%
B = 37.72%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CED7FF (or 0xCED7FF) is known color: Lavender Blue. HEX triplet: CE, D7 and FF. RGB value is (206,215,255). Sum of RGB (Red+Green+Blue) = 206+215+255=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #CED7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7FF is #312800. Grayscale: #D8D8D8. Windows color (decimal): -3221505 or 16766926. OLE color: 16766926.

HSL color Cylindrical-coordinate representation of color #CED7FF: hue angle of 228.98º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED7FF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 215 255 -
CMYK 0.19 0.16 0 0
HSL 228.98º 1% 0.9% -
HSV(B) 228.98º 0.19% 1% -
XYZ 67.8 68.94 104.34 -
YUV 216.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 206 215 255 0.19 0.16 0 0 228.98 1 0.9
Hex CE D7 FF 13 10 0 0 E5 64 5A
Octal 316 327 377 23 20 0 0 345 144 132
Binary 11001110 11010111 11111111 10011 10000 0 0 11100101 1100100 1011010

Color Harmonies of #CED7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7FF

Black with #CED7FF

Text Example


Text Example

White with #CED7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7FF; }

 p { color: rgb(206,215,255); }

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

background-color css

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

 a { background-color: rgb(206,215,255); }

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

border-color css

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

 span { border-color: rgb(206,215,255); }

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