Html Css Color HEX #CDD9FD Hawkes Blue

📋 copy color: '#CDD9FD'

red 205 ◦ green 217 ◦ blue 253

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

Shades of Hawkes Blue #CDD9FD

Tints of Hawkes Blue #CDD9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.48%

R = 30.37%
G = 32.15%
B = 37.48%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CDD9FD (or 0xCDD9FD) is known color: Hawkes Blue. HEX triplet: CD, D9 and FD. RGB value is (205,217,253). Sum of RGB (Red+Green+Blue) = 205+217+253=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9FD is #322602. Grayscale: #D9D9D9. Windows color (decimal): -3286531 or 16636365. OLE color: 16636365.

HSL color Cylindrical-coordinate representation of color #CDD9FD: hue angle of 225º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD9FD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 205 217 253 -
CMYK 0.19 0.14 0 0.01
HSL 225º 0.92% 0.9% -
HSV(B) 225º 0.19% 0.99% -
XYZ 67.72 69.7 102.81 -
YUV 217.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 205 217 253 0.19 0.14 0 0.01 225 0.92 0.9
Hex CD D9 FD 13 E 0 1 E1 5C 5A
Octal 315 331 375 23 16 0 1 341 134 132
Binary 11001101 11011001 11111101 10011 1110 0 1 11100001 1011100 1011010

Color Harmonies of #CDD9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9FD

Black with #CDD9FD

Text Example


Text Example

White with #CDD9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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