#CFDFF1

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

Shades of Hawkes Blue #CFDFF1

Tints of Hawkes Blue #CFDFF1

Color information

#CFDFF1 (or 0xCFDFF1) is unknown color: approx Hawkes Blue. HEX triplet: CF, DF and F1. RGB value is (207,223,241). Sum of RGB (Red+Green+Blue) = 207+223+241=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFF1 is #30200E. Grayscale: #DCDCDC. Windows color (decimal): -3153935 or 15851471. OLE color: 15851471.

HSL color Cylindrical-coordinate representation of color #CFDFF1: hue angle of 211.76º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDFF1 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207223241-
CMYK0.140.0700.05
HSL211.76º54.84%87.84%-
HSV(B)211.76º14.11%94.51%-
XYZ6872.3993.61-
YUV220.27139.7118.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=30.85%
G=33.23%
B=35.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072232410.140.0700.05211.7654.8487.84
HexCFDFF1E705d43758
Octal3173373611670532467130
Binary11001111110111111111000111101110101110101001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFF1; }

 p { color: rgb(207,223,241); }

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

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

 a { background-color: rgb(207,223,241); }

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

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

 span { border-color: rgb(207,223,241); }

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