Html Css Color HEX #CBD7E5 Hawkes Blue

📋 copy color: '#CBD7E5'

red 203 ◦ green 215 ◦ blue 229

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

Shades of Hawkes Blue #CBD7E5

Tints of Hawkes Blue #CBD7E5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.23%

 BLUE value IS 229 (89.84% from 255) = 35.39%

R = 31.38%
G = 33.23%
B = 35.39%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBD7E5 (or 0xCBD7E5) is known color: Hawkes Blue. HEX triplet: CB, D7 and E5. RGB value is (203,215,229). Sum of RGB (Red+Green+Blue) = 203+215+229=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBD7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7E5 is #34281A. Grayscale: #D4D4D4. Windows color (decimal): -3418139 or 15062987. OLE color: 15062987.

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

Color convert

RGB 203 215 229 -
CMYK 0.11 0.06 0 0.10
HSL 212.31º 0.33% 0.85% -
HSV(B) 212.31º 0.11% 0.9% -
XYZ 63.07 66.95 83.73 -
YUV 213.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 203 215 229 0.11 0.06 0 0.10 212.31 0.33 0.85
Hex CB D7 E5 B 6 0 A D4 21 55
Octal 313 327 345 13 6 0 12 324 41 125
Binary 11001011 11010111 11100101 1011 110 0 1010 11010100 100001 1010101

Color Harmonies of #CBD7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD7E5

Black with #CBD7E5

Text Example


Text Example

White with #CBD7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD7E5; }

 p { color: rgb(203,215,229); }

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

background-color css

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

 a { background-color: rgb(203,215,229); }

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

border-color css

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

 span { border-color: rgb(203,215,229); }

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