Html Css Color HEX #CFDDF0 Hawkes Blue

📋 copy color: '#CFDDF0'

red 207 ◦ green 221 ◦ blue 240

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

Shades of Hawkes Blue #CFDDF0

Tints of Hawkes Blue #CFDDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.93%

R = 30.99%
G = 33.08%
B = 35.93%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFDDF0 (or 0xCFDDF0) is known color: Hawkes Blue. HEX triplet: CF, DD and F0. RGB value is (207,221,240). Sum of RGB (Red+Green+Blue) = 207+221+240=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDF0 is #30220F. Grayscale: #DADADA. Windows color (decimal): -3154448 or 15785423. OLE color: 15785423.

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

Color convert

RGB 207 221 240 -
CMYK 0.14 0.08 0 0.06
HSL 214.55º 0.52% 0.88% -
HSV(B) 214.55º 0.14% 0.94% -
XYZ 67.32 71.27 92.65 -
YUV 218.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 207 221 240 0.14 0.08 0 0.06 214.55 0.52 0.88
Hex CF DD F0 E 8 0 6 D7 34 58
Octal 317 335 360 16 10 0 6 327 64 130
Binary 11001111 11011101 11110000 1110 1000 0 110 11010111 110100 1011000

Color Harmonies of #CFDDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDF0

Black with #CFDDF0

Text Example


Text Example

White with #CFDDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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