Html Css Color HEX #CDDDF9 Hawkes Blue

📋 copy color: '#CDDDF9'

red 205 ◦ green 221 ◦ blue 249

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

Shades of Hawkes Blue #CDDDF9

Tints of Hawkes Blue #CDDDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.89%

R = 30.37%
G = 32.74%
B = 36.89%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDDDF9 (or 0xCDDDF9) is known color: Hawkes Blue. HEX triplet: CD, DD and F9. RGB value is (205,221,249). Sum of RGB (Red+Green+Blue) = 205+221+249=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDF9 is #322206. Grayscale: #DBDBDB. Windows color (decimal): -3285511 or 16375245. OLE color: 16375245.

HSL color Cylindrical-coordinate representation of color #CDDDF9: hue angle of 218.18º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDDF9 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 221 249 -
CMYK 0.18 0.11 0 0.02
HSL 218.18º 0.79% 0.89% -
HSV(B) 218.18º 0.18% 0.98% -
XYZ 68.13 71.53 99.84 -
YUV 219.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 205 221 249 0.18 0.11 0 0.02 218.18 0.79 0.89
Hex CD DD F9 12 B 0 2 DA 4F 59
Octal 315 335 371 22 13 0 2 332 117 131
Binary 11001101 11011101 11111001 10010 1011 0 10 11011010 1001111 1011001

Color Harmonies of #CDDDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDF9

Black with #CDDDF9

Text Example


Text Example

White with #CDDDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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