Html Css Color HEX #CBD6ED Hawkes Blue

📋 copy color: '#CBD6ED'

red 203 ◦ green 214 ◦ blue 237

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

Shades of Hawkes Blue #CBD6ED

Tints of Hawkes Blue #CBD6ED

RGB

 RED value IS 203 (79.69% from 255) = 31.04%

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

 BLUE value IS 237 (92.97% from 255) = 36.24%

R = 31.04%
G = 32.72%
B = 36.24%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBD6ED (or 0xCBD6ED) is known color: Hawkes Blue. HEX triplet: CB, D6 and ED. RGB value is (203,214,237). Sum of RGB (Red+Green+Blue) = 203+214+237=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD6ED is #342912. Grayscale: #D5D5D5. Windows color (decimal): -3418387 or 15587019. OLE color: 15587019.

HSL color Cylindrical-coordinate representation of color #CBD6ED: hue angle of 220.59º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD6ED is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 214 237 -
CMYK 0.14 0.10 0 0.07
HSL 220.59º 0.49% 0.86% -
HSV(B) 220.59º 0.14% 0.93% -
XYZ 63.96 66.9 89.66 -
YUV 213.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 203 214 237 0.14 0.10 0 0.07 220.59 0.49 0.86
Hex CB D6 ED E A 0 7 DD 31 56
Octal 313 326 355 16 12 0 7 335 61 126
Binary 11001011 11010110 11101101 1110 1010 0 111 11011101 110001 1010110

Color Harmonies of #CBD6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD6ED

Black with #CBD6ED

Text Example


Text Example

White with #CBD6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD6ED; }

 p { color: rgb(203,214,237); }

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

background-color css

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

 a { background-color: rgb(203,214,237); }

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

border-color css

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

 span { border-color: rgb(203,214,237); }

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