Html Css Color HEX #CDDCED Hawkes Blue

📋 copy color: '#CDDCED'

red 205 ◦ green 220 ◦ blue 237

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

Shades of Hawkes Blue #CDDCED

Tints of Hawkes Blue #CDDCED

RGB

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

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

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

R = 30.97%
G = 33.23%
B = 35.8%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDDCED (or 0xCDDCED) is known color: Hawkes Blue. HEX triplet: CD, DC and ED. RGB value is (205,220,237). Sum of RGB (Red+Green+Blue) = 205+220+237=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCED is #322312. Grayscale: #D9D9D9. Windows color (decimal): -3285779 or 15588557. OLE color: 15588557.

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

Color convert

RGB 205 220 237 -
CMYK 0.14 0.07 0 0.07
HSL 211.88º 0.47% 0.87% -
HSV(B) 211.88º 0.14% 0.93% -
XYZ 66.06 70.28 90.2 -
YUV 217.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 205 220 237 0.14 0.07 0 0.07 211.88 0.47 0.87
Hex CD DC ED E 7 0 7 D4 2F 57
Octal 315 334 355 16 7 0 7 324 57 127
Binary 11001101 11011100 11101101 1110 111 0 111 11010100 101111 1010111

Color Harmonies of #CDDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCED

Black with #CDDCED

Text Example


Text Example

White with #CDDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCED; }

 p { color: rgb(205,220,237); }

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

background-color css

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

 a { background-color: rgb(205,220,237); }

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

border-color css

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

 span { border-color: rgb(205,220,237); }

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