Html Css Color HEX #CFDDED Hawkes Blue

📋 copy color: '#CFDDED'

red 207 ◦ green 221 ◦ blue 237

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

Shades of Hawkes Blue #CFDDED

Tints of Hawkes Blue #CFDDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.64%

R = 31.13%
G = 33.23%
B = 35.64%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFDDED (or 0xCFDDED) is known color: Hawkes Blue. HEX triplet: CF, DD and ED. RGB value is (207,221,237). Sum of RGB (Red+Green+Blue) = 207+221+237=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDED is #302212. Grayscale: #DADADA. Windows color (decimal): -3154451 or 15588815. OLE color: 15588815.

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

Color convert

RGB 207 221 237 -
CMYK 0.13 0.07 0 0.07
HSL 212º 0.45% 0.87% -
HSV(B) 212º 0.13% 0.93% -
XYZ 66.87 71.09 90.32 -
YUV 218.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 207 221 237 0.13 0.07 0 0.07 212 0.45 0.87
Hex CF DD ED D 7 0 7 D4 2D 57
Octal 317 335 355 15 7 0 7 324 55 127
Binary 11001111 11011101 11101101 1101 111 0 111 11010100 101101 1010111

Color Harmonies of #CFDDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDED

Black with #CFDDED

Text Example


Text Example

White with #CFDDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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