Html Css Color HEX #CFDDF4 Hawkes Blue

📋 copy color: '#CFDDF4'

red 207 ◦ green 221 ◦ blue 244

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

Shades of Hawkes Blue #CFDDF4

Tints of Hawkes Blue #CFDDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.31%

R = 30.8%
G = 32.89%
B = 36.31%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFDDF4 (or 0xCFDDF4) is known color: Hawkes Blue. HEX triplet: CF, DD and F4. RGB value is (207,221,244). Sum of RGB (Red+Green+Blue) = 207+221+244=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDF4 is #30220B. Grayscale: #DBDBDB. Windows color (decimal): -3154444 or 16047567. OLE color: 16047567.

HSL color Cylindrical-coordinate representation of color #CFDDF4: hue angle of 217.3º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFDDF4 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 221 244 -
CMYK 0.15 0.09 0 0.04
HSL 217.3º 0.63% 0.88% -
HSV(B) 217.3º 0.15% 0.96% -
XYZ 67.92 71.51 95.81 -
YUV 219.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 207 221 244 0.15 0.09 0 0.04 217.3 0.63 0.88
Hex CF DD F4 F 9 0 4 D9 3F 58
Octal 317 335 364 17 11 0 4 331 77 130
Binary 11001111 11011101 11110100 1111 1001 0 100 11011001 111111 1011000

Color Harmonies of #CFDDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDF4

Black with #CFDDF4

Text Example


Text Example

White with #CFDDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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