Html Css Color HEX #CDD6F9 Hawkes Blue

📋 copy color: '#CDD6F9'

red 205 ◦ green 214 ◦ blue 249

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

Shades of Hawkes Blue #CDD6F9

Tints of Hawkes Blue #CDD6F9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.04%

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

R = 30.69%
G = 32.04%
B = 37.28%

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

#CDD6F9 (or 0xCDD6F9) is known color: Hawkes Blue. HEX triplet: CD, D6 and F9. RGB value is (205,214,249). Sum of RGB (Red+Green+Blue) = 205+214+249=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDD6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6F9 is #322906. Grayscale: #D7D7D7. Windows color (decimal): -3287303 or 16373453. OLE color: 16373453.

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

Color convert

RGB 205 214 249 -
CMYK 0.18 0.14 0 0.02
HSL 227.73º 0.79% 0.89% -
HSV(B) 227.73º 0.18% 0.98% -
XYZ 66.32 67.91 99.24 -
YUV 215.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 205 214 249 0.18 0.14 0 0.02 227.73 0.79 0.89
Hex CD D6 F9 12 E 0 2 E4 4F 59
Octal 315 326 371 22 16 0 2 344 117 131
Binary 11001101 11010110 11111001 10010 1110 0 10 11100100 1001111 1011001

Color Harmonies of #CDD6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD6F9

Black with #CDD6F9

Text Example


Text Example

White with #CDD6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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