Html Css Color HEX #CFDDEF Hawkes Blue

📋 copy color: '#CFDDEF'

red 207 ◦ green 221 ◦ blue 239

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

Shades of Hawkes Blue #CFDDEF

Tints of Hawkes Blue #CFDDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.13%

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

R = 31.03%
G = 33.13%
B = 35.83%

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

#CFDDEF (or 0xCFDDEF) is known color: Hawkes Blue. HEX triplet: CF, DD and EF. RGB value is (207,221,239). Sum of RGB (Red+Green+Blue) = 207+221+239=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDEF is #302210. Grayscale: #DADADA. Windows color (decimal): -3154449 or 15719887. OLE color: 15719887.

HSL color Cylindrical-coordinate representation of color #CFDDEF: hue angle of 213.75º 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 #CFDDEF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 221 239 -
CMYK 0.13 0.08 0 0.06
HSL 213.75º 0.5% 0.87% -
HSV(B) 213.75º 0.13% 0.94% -
XYZ 67.17 71.21 91.87 -
YUV 218.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 207 221 239 0.13 0.08 0 0.06 213.75 0.5 0.87
Hex CF DD EF D 8 0 6 D6 32 57
Octal 317 335 357 15 10 0 6 326 62 127
Binary 11001111 11011101 11101111 1101 1000 0 110 11010110 110010 1010111

Color Harmonies of #CFDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDEF

Black with #CFDDEF

Text Example


Text Example

White with #CFDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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