#CFDAFE

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

Shades of Hawkes Blue #CFDAFE

Tints of Hawkes Blue #CFDAFE

Color information

#CFDAFE (or 0xCFDAFE) is unknown color: approx Hawkes Blue. HEX triplet: CF, DA and FE. RGB value is (207,218,254). Sum of RGB (Red+Green+Blue) = 207+218+254=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAFE is #302501. Grayscale: #DADADA. Windows color (decimal): -3155202 or 16702159. OLE color: 16702159.

HSL color Cylindrical-coordinate representation of color #CFDAFE: hue angle of 225.96º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFDAFE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207218254-
CMYK0.190.1400.00
HSL225.96º95.92%90.39%-
HSV(B)225.96º18.5%99.61%-
XYZ68.6970.56103.77-
YUV218.81147.86119.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.49%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=30.49%
G=32.11%
B=37.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072182540.190.1400.00225.9695.9290.39
HexCFDAFE13E00e2605a
Octal317332376231600342140132
Binary110011111101101011111110100111110001110001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAFE; }

 p { color: rgb(207,218,254); }

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

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

 a { background-color: rgb(207,218,254); }

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

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

 span { border-color: rgb(207,218,254); }

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