Html Css Color HEX #CBD6E4 Hawkes Blue

📋 copy color: '#CBD6E4'

red 203 ◦ green 214 ◦ blue 228

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

Shades of Hawkes Blue #CBD6E4

Tints of Hawkes Blue #CBD6E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.35%

R = 31.47%
G = 33.18%
B = 35.35%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBD6E4 (or 0xCBD6E4) is known color: Hawkes Blue. HEX triplet: CB, D6 and E4. RGB value is (203,214,228). Sum of RGB (Red+Green+Blue) = 203+214+228=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBD6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6E4 is #34291B. Grayscale: #D4D4D4. Windows color (decimal): -3418396 or 14997195. OLE color: 14997195.

HSL color Cylindrical-coordinate representation of color #CBD6E4: hue angle of 213.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD6E4 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 214 228 -
CMYK 0.11 0.06 0 0.11
HSL 213.6º 0.32% 0.85% -
HSV(B) 213.6º 0.11% 0.89% -
XYZ 62.68 66.39 82.91 -
YUV 212.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 203 214 228 0.11 0.06 0 0.11 213.6 0.32 0.85
Hex CB D6 E4 B 6 0 B D6 20 55
Octal 313 326 344 13 6 0 13 326 40 125
Binary 11001011 11010110 11100100 1011 110 0 1011 11010110 100000 1010101

Color Harmonies of #CBD6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD6E4

Black with #CBD6E4

Text Example


Text Example

White with #CBD6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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