Html Css Color HEX #CFD2E6 Hawkes Blue

📋 copy color: '#CFD2E6'

red 207 ◦ green 210 ◦ blue 230

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

Shades of Hawkes Blue #CFD2E6

Tints of Hawkes Blue #CFD2E6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.46%

 BLUE value IS 230 (90.23% from 255) = 35.55%

R = 31.99%
G = 32.46%
B = 35.55%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CFD2E6 (or 0xCFD2E6) is known color: Hawkes Blue. HEX triplet: CF, D2 and E6. RGB value is (207,210,230). Sum of RGB (Red+Green+Blue) = 207+210+230=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFD2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2E6 is #302D19. Grayscale: #D3D3D3. Windows color (decimal): -3157274 or 15127247. OLE color: 15127247.

HSL color Cylindrical-coordinate representation of color #CFD2E6: hue angle of 232.17º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD2E6 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 210 230 -
CMYK 0.10 0.09 0 0.10
HSL 232.17º 0.32% 0.86% -
HSV(B) 232.17º 0.1% 0.9% -
XYZ 63.06 65.07 84.1 -
YUV 211.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 207 210 230 0.10 0.09 0 0.10 232.17 0.32 0.86
Hex CF D2 E6 A 9 0 A E8 20 56
Octal 317 322 346 12 11 0 12 350 40 126
Binary 11001111 11010010 11100110 1010 1001 0 1010 11101000 100000 1010110

Color Harmonies of #CFD2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD2E6

Black with #CFD2E6

Text Example


Text Example

White with #CFD2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD2E6; }

 p { color: rgb(207,210,230); }

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

background-color css

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

 a { background-color: rgb(207,210,230); }

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

border-color css

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

 span { border-color: rgb(207,210,230); }

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