#CFDCF3

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

Shades of Hawkes Blue #CFDCF3

Tints of Hawkes Blue #CFDCF3

Color information

#CFDCF3 (or 0xCFDCF3) is unknown color: approx Hawkes Blue. HEX triplet: CF, DC and F3. RGB value is (207,220,243). Sum of RGB (Red+Green+Blue) = 207+220+243=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCF3 is #30230C. Grayscale: #DADADA. Windows color (decimal): -3154701 or 15981775. OLE color: 15981775.

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

Color convert

RGB207220243-
CMYK0.150.0900.05
HSL218.33º60%88.24%-
HSV(B)218.33º14.81%95.29%-
XYZ67.570.9294.93-
YUV218.74141.69119.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.90%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=30.90%
G=32.84%
B=36.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072202430.150.0900.05218.336088.24
HexCFDCF3F905da3c58
Octal31733436317110533274130
Binary110011111101110011110011111110010101110110101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCF3; }

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

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

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

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

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

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

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

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