Html Css Color HEX #CDD5F9 Hawkes Blue

📋 copy color: '#CDD5F9'

red 205 ◦ green 213 ◦ blue 249

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

Shades of Hawkes Blue #CDD5F9

Tints of Hawkes Blue #CDD5F9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.93%

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

R = 30.73%
G = 31.93%
B = 37.33%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDD5F9 (or 0xCDD5F9) is known color: Hawkes Blue. HEX triplet: CD, D5 and F9. RGB value is (205,213,249). Sum of RGB (Red+Green+Blue) = 205+213+249=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDD5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5F9 is #322A06. Grayscale: #D6D6D6. Windows color (decimal): -3287559 or 16373197. OLE color: 16373197.

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

Color convert

RGB 205 213 249 -
CMYK 0.18 0.14 0 0.02
HSL 229.09º 0.79% 0.89% -
HSV(B) 229.09º 0.18% 0.98% -
XYZ 66.07 67.41 99.15 -
YUV 214.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 205 213 249 0.18 0.14 0 0.02 229.09 0.79 0.89
Hex CD D5 F9 12 E 0 2 E5 4F 59
Octal 315 325 371 22 16 0 2 345 117 131
Binary 11001101 11010101 11111001 10010 1110 0 10 11100101 1001111 1011001

Color Harmonies of #CDD5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5F9

Black with #CDD5F9

Text Example


Text Example

White with #CDD5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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