Html Css Color HEX #CDD6F6 Hawkes Blue

📋 copy color: '#CDD6F6'

red 205 ◦ green 214 ◦ blue 246

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

Shades of Hawkes Blue #CDD6F6

Tints of Hawkes Blue #CDD6F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.99%

R = 30.83%
G = 32.18%
B = 36.99%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CDD6F6 (or 0xCDD6F6) is known color: Hawkes Blue. HEX triplet: CD, D6 and F6. RGB value is (205,214,246). Sum of RGB (Red+Green+Blue) = 205+214+246=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDD6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6F6 is #322909. Grayscale: #D6D6D6. Windows color (decimal): -3287306 or 16176845. OLE color: 16176845.

HSL color Cylindrical-coordinate representation of color #CDD6F6: hue angle of 226.83º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDD6F6 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 214 246 -
CMYK 0.17 0.13 0 0.04
HSL 226.83º 0.69% 0.88% -
HSV(B) 226.83º 0.17% 0.96% -
XYZ 65.86 67.73 96.79 -
YUV 214.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 205 214 246 0.17 0.13 0 0.04 226.83 0.69 0.88
Hex CD D6 F6 11 D 0 4 E3 45 58
Octal 315 326 366 21 15 0 4 343 105 130
Binary 11001101 11010110 11110110 10001 1101 0 100 11100011 1000101 1011000

Color Harmonies of #CDD6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD6F6

Black with #CDD6F6

Text Example


Text Example

White with #CDD6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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