#CED5EB

Color #CED5EB Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #CED5EB

Tints of Hawkes Blue #CED5EB

Color information

#CED5EB (or 0xCED5EB) is unknown color: approx Hawkes Blue. HEX triplet: CE, D5 and EB. RGB value is (206,213,235). Sum of RGB (Red+Green+Blue) = 206+213+235=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #CED5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5EB is #312A14. Grayscale: #D5D5D5. Windows color (decimal): -3222037 or 15455694. OLE color: 15455694.

HSL color Cylindrical-coordinate representation of color #CED5EB: hue angle of 225.52º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED5EB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206213235-
CMYK0.120.0900.08
HSL225.52º42.03%86.47%-
HSV(B)225.52º12.34%92.16%-
XYZ64.2466.7188.09-
YUV213.42140.18122.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.50%
GREEN value IS 213 (83.59% from 255) = 32.57%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=31.50%
G=32.57%
B=35.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062132350.120.0900.08225.5242.0386.47
HexCED5EBC908e22a56
Octal316325353141101034252126
Binary1100111011010101111010111100100101000111000101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5EB; }

 p { color: rgb(206,213,235); }

 H1.HeaderClassName
 {
   color: #CED5EB;
 }
 .AnyTagClassName
 {
   color: #CED5EB;
 }
</style>
background-color css

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

 a { background-color: rgb(206,213,235); }

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

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

 span { border-color: rgb(206,213,235); }

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