Html Css Color HEX #CFD4EC Hawkes Blue

📋 copy color: '#CFD4EC'

red 207 ◦ green 212 ◦ blue 236

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

Shades of Hawkes Blue #CFD4EC

Tints of Hawkes Blue #CFD4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.37%

 BLUE value IS 236 (92.58% from 255) = 36.03%

R = 31.6%
G = 32.37%
B = 36.03%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFD4EC (or 0xCFD4EC) is known color: Hawkes Blue. HEX triplet: CF, D4 and EC. RGB value is (207,212,236). Sum of RGB (Red+Green+Blue) = 207+212+236=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4EC is #302B13. Grayscale: #D5D5D5. Windows color (decimal): -3156756 or 15520975. OLE color: 15520975.

HSL color Cylindrical-coordinate representation of color #CFD4EC: hue angle of 229.66º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD4EC is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 212 236 -
CMYK 0.12 0.10 0 0.07
HSL 229.66º 0.43% 0.87% -
HSV(B) 229.66º 0.12% 0.93% -
XYZ 64.42 66.41 88.78 -
YUV 213.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 207 212 236 0.12 0.10 0 0.07 229.66 0.43 0.87
Hex CF D4 EC C A 0 7 E6 2B 57
Octal 317 324 354 14 12 0 7 346 53 127
Binary 11001111 11010100 11101100 1100 1010 0 111 11100110 101011 1010111

Color Harmonies of #CFD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD4EC

Black with #CFD4EC

Text Example


Text Example

White with #CFD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD4EC; }

 p { color: rgb(207,212,236); }

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

background-color css

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

 a { background-color: rgb(207,212,236); }

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

border-color css

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

 span { border-color: rgb(207,212,236); }

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