Html Css Color HEX #CDDCEE Hawkes Blue

📋 copy color: '#CDDCEE'

red 205 ◦ green 220 ◦ blue 238

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

Shades of Hawkes Blue #CDDCEE

Tints of Hawkes Blue #CDDCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.9%

R = 30.92%
G = 33.18%
B = 35.9%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDDCEE (or 0xCDDCEE) is known color: Hawkes Blue. HEX triplet: CD, DC and EE. RGB value is (205,220,238). Sum of RGB (Red+Green+Blue) = 205+220+238=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCEE is #322311. Grayscale: #D9D9D9. Windows color (decimal): -3285778 or 15654093. OLE color: 15654093.

HSL color Cylindrical-coordinate representation of color #CDDCEE: hue angle of 212.73º degrees, saturation: 0.49, 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 #CDDCEE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 220 238 -
CMYK 0.14 0.08 0 0.07
HSL 212.73º 0.49% 0.87% -
HSV(B) 212.73º 0.14% 0.93% -
XYZ 66.2 70.34 90.98 -
YUV 217.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 205 220 238 0.14 0.08 0 0.07 212.73 0.49 0.87
Hex CD DC EE E 8 0 7 D5 31 57
Octal 315 334 356 16 10 0 7 325 61 127
Binary 11001101 11011100 11101110 1110 1000 0 111 11010101 110001 1010111

Color Harmonies of #CDDCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCEE

Black with #CDDCEE

Text Example


Text Example

White with #CDDCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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