#CDD5F3

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

Shades of Hawkes Blue #CDD5F3

Tints of Hawkes Blue #CDD5F3

Color information

#CDD5F3 (or 0xCDD5F3) is unknown color: approx Hawkes Blue. HEX triplet: CD, D5 and F3. RGB value is (205,213,243). Sum of RGB (Red+Green+Blue) = 205+213+243=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDD5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5F3 is #322A0C. Grayscale: #D5D5D5. Windows color (decimal): -3287565 or 15979981. OLE color: 15979981.

HSL color Cylindrical-coordinate representation of color #CDD5F3: hue angle of 227.37º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD5F3 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205213243-
CMYK0.160.1200.05
HSL227.37º61.29%87.84%-
HSV(B)227.37º15.64%95.29%-
XYZ65.1567.0494.3-
YUV214.03144.35121.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 213 (83.59% from 255) = 32.22%
BLUE value IS 243 (95.31% from 255) = 36.76%
R=31.01%
G=32.22%
B=36.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052132430.160.1200.05227.3761.2987.84
HexCDD5F310C05e33d58
Octal31532536320140534375130
Binary1100110111010101111100111000011000101111000111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5F3; }

 p { color: rgb(205,213,243); }

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

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

 a { background-color: rgb(205,213,243); }

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

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

 span { border-color: rgb(205,213,243); }

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