Html Css Color HEX #CBD5EE Hawkes Blue

📋 copy color: '#CBD5EE'

red 203 ◦ green 213 ◦ blue 238

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

Shades of Hawkes Blue #CBD5EE

Tints of Hawkes Blue #CBD5EE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.57%

 BLUE value IS 238 (93.36% from 255) = 36.39%

R = 31.04%
G = 32.57%
B = 36.39%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBD5EE (or 0xCBD5EE) is known color: Hawkes Blue. HEX triplet: CB, D5 and EE. RGB value is (203,213,238). Sum of RGB (Red+Green+Blue) = 203+213+238=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5EE is #342A11. Grayscale: #D4D4D4. Windows color (decimal): -3418642 or 15652299. OLE color: 15652299.

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

Color convert

RGB 203 213 238 -
CMYK 0.15 0.11 0 0.07
HSL 222.86º 0.51% 0.86% -
HSV(B) 222.86º 0.15% 0.93% -
XYZ 63.86 66.46 90.35 -
YUV 212.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 203 213 238 0.15 0.11 0 0.07 222.86 0.51 0.86
Hex CB D5 EE F B 0 7 DF 33 56
Octal 313 325 356 17 13 0 7 337 63 126
Binary 11001011 11010101 11101110 1111 1011 0 111 11011111 110011 1010110

Color Harmonies of #CBD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5EE

Black with #CBD5EE

Text Example


Text Example

White with #CBD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5EE; }

 p { color: rgb(203,213,238); }

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

background-color css

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

 a { background-color: rgb(203,213,238); }

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

border-color css

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

 span { border-color: rgb(203,213,238); }

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