#CDD6FC

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

Shades of Hawkes Blue #CDD6FC

Tints of Hawkes Blue #CDD6FC

Color information

#CDD6FC (or 0xCDD6FC) is unknown color: approx Hawkes Blue. HEX triplet: CD, D6 and FC. RGB value is (205,214,252). Sum of RGB (Red+Green+Blue) = 205+214+252=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6FC is #322903. Grayscale: #D7D7D7. Windows color (decimal): -3287300 or 16570061. OLE color: 16570061.

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

Color convert

RGB205214252-
CMYK0.190.1500.01
HSL228.51º88.68%89.61%-
HSV(B)228.51º18.65%98.82%-
XYZ66.7968.1101.72-
YUV215.64148.52120.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=30.55%
G=31.89%
B=37.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052142520.190.1500.01228.5188.6889.61
HexCDD6FC13F01e5595a
Octal315326374231701345131132
Binary110011011101011011111100100111111011110010110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6FC; }

 p { color: rgb(205,214,252); }

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

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

 a { background-color: rgb(205,214,252); }

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

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

 span { border-color: rgb(205,214,252); }

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