Html Css Color HEX #CFDCEA Hawkes Blue

📋 copy color: '#CFDCEA'

red 207 ◦ green 220 ◦ blue 234

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

Shades of Hawkes Blue #CFDCEA

Tints of Hawkes Blue #CFDCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.28%

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

R = 31.32%
G = 33.28%
B = 35.4%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CFDCEA (or 0xCFDCEA) is known color: Hawkes Blue. HEX triplet: CF, DC and EA. RGB value is (207,220,234). Sum of RGB (Red+Green+Blue) = 207+220+234=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCEA is #302315. Grayscale: #D9D9D9. Windows color (decimal): -3154710 or 15391951. OLE color: 15391951.

HSL color Cylindrical-coordinate representation of color #CFDCEA: hue angle of 211.11º 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 #CFDCEA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 220 234 -
CMYK 0.12 0.06 0 0.08
HSL 211.11º 0.39% 0.86% -
HSV(B) 211.11º 0.12% 0.92% -
XYZ 66.18 70.39 87.94 -
YUV 217.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 207 220 234 0.12 0.06 0 0.08 211.11 0.39 0.86
Hex CF DC EA C 6 0 8 D3 27 56
Octal 317 334 352 14 6 0 10 323 47 126
Binary 11001111 11011100 11101010 1100 110 0 1000 11010011 100111 1010110

Color Harmonies of #CFDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCEA

Black with #CFDCEA

Text Example


Text Example

White with #CFDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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