Html Css Color HEX #CDD6FB Hawkes Blue

📋 copy color: '#CDD6FB'

red 205 ◦ green 214 ◦ blue 251

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

Shades of Hawkes Blue #CDD6FB

Tints of Hawkes Blue #CDD6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.46%

R = 30.6%
G = 31.94%
B = 37.46%

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

#CDD6FB (or 0xCDD6FB) is known color: Hawkes Blue. HEX triplet: CD, D6 and FB. RGB value is (205,214,251). Sum of RGB (Red+Green+Blue) = 205+214+251=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDD6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6FB is #322904. Grayscale: #D7D7D7. Windows color (decimal): -3287301 or 16504525. OLE color: 16504525.

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

Color convert

RGB 205 214 251 -
CMYK 0.18 0.15 0 0.02
HSL 228.26º 0.85% 0.89% -
HSV(B) 228.26º 0.18% 0.98% -
XYZ 66.64 68.04 100.89 -
YUV 215.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 205 214 251 0.18 0.15 0 0.02 228.26 0.85 0.89
Hex CD D6 FB 12 F 0 2 E4 55 59
Octal 315 326 373 22 17 0 2 344 125 131
Binary 11001101 11010110 11111011 10010 1111 0 10 11100100 1010101 1011001

Color Harmonies of #CDD6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD6FB

Black with #CDD6FB

Text Example


Text Example

White with #CDD6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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