Html Css Color HEX #CDDDEF Hawkes Blue

📋 copy color: '#CDDDEF'

red 205 ◦ green 221 ◦ blue 239

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

Shades of Hawkes Blue #CDDDEF

Tints of Hawkes Blue #CDDDEF

RGB

 RED value IS 205 (80.47% from 255) = 30.83%

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

 BLUE value IS 239 (93.75% from 255) = 35.94%

R = 30.83%
G = 33.23%
B = 35.94%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CDDDEF (or 0xCDDDEF) is known color: Hawkes Blue. HEX triplet: CD, DD and EF. RGB value is (205,221,239). Sum of RGB (Red+Green+Blue) = 205+221+239=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDEF is #322210. Grayscale: #DADADA. Windows color (decimal): -3285521 or 15719885. OLE color: 15719885.

HSL color Cylindrical-coordinate representation of color #CDDDEF: hue angle of 211.76º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDDEF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 221 239 -
CMYK 0.14 0.08 0 0.06
HSL 211.76º 0.52% 0.87% -
HSV(B) 211.76º 0.14% 0.94% -
XYZ 66.61 70.92 91.84 -
YUV 218.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 205 221 239 0.14 0.08 0 0.06 211.76 0.52 0.87
Hex CD DD EF E 8 0 6 D4 34 57
Octal 315 335 357 16 10 0 6 324 64 127
Binary 11001101 11011101 11101111 1110 1000 0 110 11010100 110100 1010111

Color Harmonies of #CDDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDEF

Black with #CDDDEF

Text Example


Text Example

White with #CDDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDEF; }

 p { color: rgb(205,221,239); }

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

background-color css

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

 a { background-color: rgb(205,221,239); }

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

border-color css

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

 span { border-color: rgb(205,221,239); }

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