Html Css Color HEX #CFDDF1 Hawkes Blue

📋 copy color: '#CFDDF1'

red 207 ◦ green 221 ◦ blue 241

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

Shades of Hawkes Blue #CFDDF1

Tints of Hawkes Blue #CFDDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.02%

R = 30.94%
G = 33.03%
B = 36.02%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFDDF1 (or 0xCFDDF1) is known color: Hawkes Blue. HEX triplet: CF, DD and F1. RGB value is (207,221,241). Sum of RGB (Red+Green+Blue) = 207+221+241=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDF1 is #30220E. Grayscale: #DADADA. Windows color (decimal): -3154447 or 15850959. OLE color: 15850959.

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

Color convert

RGB 207 221 241 -
CMYK 0.14 0.08 0 0.05
HSL 215.29º 0.55% 0.88% -
HSV(B) 215.29º 0.14% 0.95% -
XYZ 67.47 71.33 93.43 -
YUV 219.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 207 221 241 0.14 0.08 0 0.05 215.29 0.55 0.88
Hex CF DD F1 E 8 0 5 D7 37 58
Octal 317 335 361 16 10 0 5 327 67 130
Binary 11001111 11011101 11110001 1110 1000 0 101 11010111 110111 1011000

Color Harmonies of #CFDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDF1

Black with #CFDDF1

Text Example


Text Example

White with #CFDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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