#CDD7FE

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

Shades of Hawkes Blue #CDD7FE

Tints of Hawkes Blue #CDD7FE

Color information

#CDD7FE (or 0xCDD7FE) is unknown color: approx Hawkes Blue. HEX triplet: CD, D7 and FE. RGB value is (205,215,254). Sum of RGB (Red+Green+Blue) = 205+215+254=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDD7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7FE is #322801. Grayscale: #D8D8D8. Windows color (decimal): -3287042 or 16701389. OLE color: 16701389.

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

Color convert

RGB205215254-
CMYK0.190.1500.00
HSL227.76º96.08%90%-
HSV(B)227.76º19.29%99.61%-
XYZ67.3768.74103.48-
YUV216.46149.19119.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.42%
GREEN value IS 215 (84.38% from 255) = 31.90%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=30.42%
G=31.90%
B=37.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052152540.190.1500.00227.7696.0890
HexCDD7FE13F00e4605a
Octal315327376231700344140132
Binary110011011101011111111110100111111001110010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7FE; }

 p { color: rgb(205,215,254); }

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

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

 a { background-color: rgb(205,215,254); }

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

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

 span { border-color: rgb(205,215,254); }

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