#CDDCF3

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

Shades of Hawkes Blue #CDDCF3

Tints of Hawkes Blue #CDDCF3

Color information

#CDDCF3 (or 0xCDDCF3) is unknown color: approx Hawkes Blue. HEX triplet: CD, DC and F3. RGB value is (205,220,243). Sum of RGB (Red+Green+Blue) = 205+220+243=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCF3 is #32230C. Grayscale: #DADADA. Windows color (decimal): -3285773 or 15981773. OLE color: 15981773.

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

Color convert

RGB205220243-
CMYK0.160.0900.05
HSL216.32º61.29%87.84%-
HSV(B)216.32º15.64%95.29%-
XYZ66.9570.6494.9-
YUV218.14142.03118.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 243 (95.31% from 255) = 36.38%
R=30.69%
G=32.93%
B=36.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052202430.160.0900.05216.3261.2987.84
HexCDDCF310905d83d58
Octal31533436320110533075130
Binary1100110111011100111100111000010010101110110001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCF3; }

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

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

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

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

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

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

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

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