Html Css Color HEX #CFD4EA Hawkes Blue

📋 copy color: '#CFD4EA'

red 207 ◦ green 212 ◦ blue 234

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

Shades of Hawkes Blue #CFD4EA

Tints of Hawkes Blue #CFD4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.83%

R = 31.7%
G = 32.47%
B = 35.83%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFD4EA (or 0xCFD4EA) is known color: Hawkes Blue. HEX triplet: CF, D4 and EA. RGB value is (207,212,234). Sum of RGB (Red+Green+Blue) = 207+212+234=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4EA is #302B15. Grayscale: #D4D4D4. Windows color (decimal): -3156758 or 15389903. OLE color: 15389903.

HSL color Cylindrical-coordinate representation of color #CFD4EA: hue angle of 228.89º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD4EA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 212 234 -
CMYK 0.12 0.09 0 0.08
HSL 228.89º 0.39% 0.86% -
HSV(B) 228.89º 0.12% 0.92% -
XYZ 64.13 66.29 87.26 -
YUV 213.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 207 212 234 0.12 0.09 0 0.08 228.89 0.39 0.86
Hex CF D4 EA C 9 0 8 E5 27 56
Octal 317 324 352 14 11 0 10 345 47 126
Binary 11001111 11010100 11101010 1100 1001 0 1000 11100101 100111 1010110

Color Harmonies of #CFD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD4EA

Black with #CFD4EA

Text Example


Text Example

White with #CFD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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