Html Css Color HEX #CDDAF9 Hawkes Blue

📋 copy color: '#CDDAF9'

red 205 ◦ green 218 ◦ blue 249

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

Shades of Hawkes Blue #CDDAF9

Tints of Hawkes Blue #CDDAF9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.44%

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

R = 30.51%
G = 32.44%
B = 37.05%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDDAF9 (or 0xCDDAF9) is known color: Hawkes Blue. HEX triplet: CD, DA and F9. RGB value is (205,218,249). Sum of RGB (Red+Green+Blue) = 205+218+249=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDDAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAF9 is #322506. Grayscale: #D9D9D9. Windows color (decimal): -3286279 or 16374477. OLE color: 16374477.

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

Color convert

RGB 205 218 249 -
CMYK 0.18 0.12 0 0.02
HSL 222.27º 0.79% 0.89% -
HSV(B) 222.27º 0.18% 0.98% -
XYZ 67.35 69.96 99.58 -
YUV 217.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 205 218 249 0.18 0.12 0 0.02 222.27 0.79 0.89
Hex CD DA F9 12 C 0 2 DE 4F 59
Octal 315 332 371 22 14 0 2 336 117 131
Binary 11001101 11011010 11111001 10010 1100 0 10 11011110 1001111 1011001

Color Harmonies of #CDDAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDAF9

Black with #CDDAF9

Text Example


Text Example

White with #CDDAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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