#CDDBF3

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

Shades of Hawkes Blue #CDDBF3

Tints of Hawkes Blue #CDDBF3

Color information

#CDDBF3 (or 0xCDDBF3) is unknown color: approx Hawkes Blue. HEX triplet: CD, DB and F3. RGB value is (205,219,243). Sum of RGB (Red+Green+Blue) = 205+219+243=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDDBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBF3 is #32240C. Grayscale: #D9D9D9. Windows color (decimal): -3286029 or 15981517. OLE color: 15981517.

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

Color convert

RGB205219243-
CMYK0.160.1000.05
HSL217.89º61.29%87.84%-
HSV(B)217.89º15.64%95.29%-
XYZ66.6970.1194.81-
YUV217.55142.36119.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.73%
GREEN value IS 219 (85.94% from 255) = 32.83%
BLUE value IS 243 (95.31% from 255) = 36.43%
R=30.73%
G=32.83%
B=36.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052192430.160.1000.05217.8961.2987.84
HexCDDBF310A05da3d58
Octal31533336320120533275130
Binary1100110111011011111100111000010100101110110101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBF3; }

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

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

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

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

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

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

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

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