Html Css Color HEX #CFDCF8 Hawkes Blue

📋 copy color: '#CFDCF8'

red 207 ◦ green 220 ◦ blue 248

#CFDCF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CFDCF8

Tints of Hawkes Blue #CFDCF8

RGB

 RED value IS 207 (81.25% from 255) = 30.67%

 GREEN value IS 220 (86.33% from 255) = 32.59%

 BLUE value IS 248 (97.27% from 255) = 36.74%

R = 30.67%
G = 32.59%
B = 36.74%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CFDCF8 (or 0xCFDCF8) is known color: Hawkes Blue. HEX triplet: CF, DC and F8. RGB value is (207,220,248). Sum of RGB (Red+Green+Blue) = 207+220+248=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFDCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCF8 is #302307. Grayscale: #DBDBDB. Windows color (decimal): -3154696 or 16309455. OLE color: 16309455.

HSL color Cylindrical-coordinate representation of color #CFDCF8: hue angle of 220.98º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFDCF8 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 220 248 -
CMYK 0.17 0.11 0 0.03
HSL 220.98º 0.75% 0.89% -
HSV(B) 220.98º 0.17% 0.97% -
XYZ 68.27 71.23 98.96 -
YUV 219.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 207 220 248 0.17 0.11 0 0.03 220.98 0.75 0.89
Hex CF DC F8 11 B 0 3 DD 4B 59
Octal 317 334 370 21 13 0 3 335 113 131
Binary 11001111 11011100 11111000 10001 1011 0 11 11011101 1001011 1011001

Color Harmonies of #CFDCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCF8

Black with #CFDCF8

Text Example


Text Example

White with #CFDCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCF8; }

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

 H1.HeaderClassName
 {
   color: #CFDCF8;
 }
 .AnyTagClassName
 {
   color: #CFDCF8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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