Html Css Color HEX #CDD7EF Hawkes Blue

📋 copy color: '#CDD7EF'

red 205 ◦ green 215 ◦ blue 239

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

Shades of Hawkes Blue #CDD7EF

Tints of Hawkes Blue #CDD7EF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.63%

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

R = 31.11%
G = 32.63%
B = 36.27%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CDD7EF (or 0xCDD7EF) is known color: Hawkes Blue. HEX triplet: CD, D7 and EF. RGB value is (205,215,239). Sum of RGB (Red+Green+Blue) = 205+215+239=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7EF is #322810. Grayscale: #D6D6D6. Windows color (decimal): -3287057 or 15718349. OLE color: 15718349.

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

Color convert

RGB 205 215 239 -
CMYK 0.14 0.10 0 0.06
HSL 222.35º 0.52% 0.87% -
HSV(B) 222.35º 0.14% 0.94% -
XYZ 65.06 67.81 91.32 -
YUV 214.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 205 215 239 0.14 0.10 0 0.06 222.35 0.52 0.87
Hex CD D7 EF E A 0 6 DE 34 57
Octal 315 327 357 16 12 0 6 336 64 127
Binary 11001101 11010111 11101111 1110 1010 0 110 11011110 110100 1010111

Color Harmonies of #CDD7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD7EF

Black with #CDD7EF

Text Example


Text Example

White with #CDD7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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