Html Css Color HEX #CDD5FA Hawkes Blue

📋 copy color: '#CDD5FA'

red 205 ◦ green 213 ◦ blue 250

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

Shades of Hawkes Blue #CDD5FA

Tints of Hawkes Blue #CDD5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.43%

R = 30.69%
G = 31.89%
B = 37.43%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDD5FA (or 0xCDD5FA) is known color: Hawkes Blue. HEX triplet: CD, D5 and FA. RGB value is (205,213,250). Sum of RGB (Red+Green+Blue) = 205+213+250=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5FA is #322A05. Grayscale: #D6D6D6. Windows color (decimal): -3287558 or 16438733. OLE color: 16438733.

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

Color convert

RGB 205 213 250 -
CMYK 0.18 0.15 0 0.02
HSL 229.33º 0.82% 0.89% -
HSV(B) 229.33º 0.18% 0.98% -
XYZ 66.23 67.47 99.97 -
YUV 214.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 205 213 250 0.18 0.15 0 0.02 229.33 0.82 0.89
Hex CD D5 FA 12 F 0 2 E5 52 59
Octal 315 325 372 22 17 0 2 345 122 131
Binary 11001101 11010101 11111010 10010 1111 0 10 11100101 1010010 1011001

Color Harmonies of #CDD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5FA

Black with #CDD5FA

Text Example


Text Example

White with #CDD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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