Html Css Color HEX #CFDCEF Hawkes Blue

📋 copy color: '#CFDCEF'

red 207 ◦ green 220 ◦ blue 239

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

Shades of Hawkes Blue #CFDCEF

Tints of Hawkes Blue #CFDCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.89%

R = 31.08%
G = 33.03%
B = 35.89%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFDCEF (or 0xCFDCEF) is known color: Hawkes Blue. HEX triplet: CF, DC and EF. RGB value is (207,220,239). Sum of RGB (Red+Green+Blue) = 207+220+239=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCEF is #302310. Grayscale: #DADADA. Windows color (decimal): -3154705 or 15719631. OLE color: 15719631.

HSL color Cylindrical-coordinate representation of color #CFDCEF: hue angle of 215.62º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDCEF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 220 239 -
CMYK 0.13 0.08 0 0.06
HSL 215.63º 0.5% 0.87% -
HSV(B) 215.63º 0.13% 0.94% -
XYZ 66.91 70.68 91.78 -
YUV 218.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 207 220 239 0.13 0.08 0 0.06 215.63 0.5 0.87
Hex CF DC EF D 8 0 6 D8 32 57
Octal 317 334 357 15 10 0 6 330 62 127
Binary 11001111 11011100 11101111 1101 1000 0 110 11011000 110010 1010111

Color Harmonies of #CFDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCEF

Black with #CFDCEF

Text Example


Text Example

White with #CFDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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