Html Css Color HEX #CDD9F1 Hawkes Blue

📋 copy color: '#CDD9F1'

red 205 ◦ green 217 ◦ blue 241

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

Shades of Hawkes Blue #CDD9F1

Tints of Hawkes Blue #CDD9F1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.73%

 BLUE value IS 241 (94.53% from 255) = 36.35%

R = 30.92%
G = 32.73%
B = 36.35%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CDD9F1 (or 0xCDD9F1) is known color: Hawkes Blue. HEX triplet: CD, D9 and F1. RGB value is (205,217,241). Sum of RGB (Red+Green+Blue) = 205+217+241=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9F1 is #32260E. Grayscale: #D8D8D8. Windows color (decimal): -3286543 or 15849933. OLE color: 15849933.

HSL color Cylindrical-coordinate representation of color #CDD9F1: hue angle of 220º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDD9F1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 217 241 -
CMYK 0.15 0.10 0 0.05
HSL 220º 0.56% 0.87% -
HSV(B) 220º 0.15% 0.95% -
XYZ 65.87 68.96 93.06 -
YUV 216.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 205 217 241 0.15 0.10 0 0.05 220 0.56 0.87
Hex CD D9 F1 F A 0 5 DC 38 57
Octal 315 331 361 17 12 0 5 334 70 127
Binary 11001101 11011001 11110001 1111 1010 0 101 11011100 111000 1010111

Color Harmonies of #CDD9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9F1

Black with #CDD9F1

Text Example


Text Example

White with #CDD9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9F1; }

 p { color: rgb(205,217,241); }

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

background-color css

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

 a { background-color: rgb(205,217,241); }

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

border-color css

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

 span { border-color: rgb(205,217,241); }

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