#CDD4F3

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

Shades of Hawkes Blue #CDD4F3

Tints of Hawkes Blue #CDD4F3

Color information

#CDD4F3 (or 0xCDD4F3) is unknown color: approx Hawkes Blue. HEX triplet: CD, D4 and F3. RGB value is (205,212,243). Sum of RGB (Red+Green+Blue) = 205+212+243=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDD4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4F3 is #322B0C. Grayscale: #D5D5D5. Windows color (decimal): -3287821 or 15979725. OLE color: 15979725.

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

Color convert

RGB205212243-
CMYK0.160.1300.05
HSL228.95º61.29%87.84%-
HSV(B)228.95º15.64%95.29%-
XYZ64.966.5494.22-
YUV213.44144.68121.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 212 (83.20% from 255) = 32.12%
BLUE value IS 243 (95.31% from 255) = 36.82%
R=31.06%
G=32.12%
B=36.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052122430.160.1300.05228.9561.2987.84
HexCDD4F310D05e53d58
Octal31532436320150534575130
Binary1100110111010100111100111000011010101111001011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4F3; }

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

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

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

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

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

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

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

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