Html Css Color HEX #CBD3EA Hawkes Blue

📋 copy color: '#CBD3EA'

red 203 ◦ green 211 ◦ blue 234

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

Shades of Hawkes Blue #CBD3EA

Tints of Hawkes Blue #CBD3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.56%

 BLUE value IS 234 (91.8% from 255) = 36.11%

R = 31.33%
G = 32.56%
B = 36.11%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBD3EA (or 0xCBD3EA) is known color: Hawkes Blue. HEX triplet: CB, D3 and EA. RGB value is (203,211,234). Sum of RGB (Red+Green+Blue) = 203+211+234=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD3EA is #342C15. Grayscale: #D3D3D3. Windows color (decimal): -3419158 or 15389643. OLE color: 15389643.

HSL color Cylindrical-coordinate representation of color #CBD3EA: hue angle of 224.52º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBD3EA is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 211 234 -
CMYK 0.13 0.10 0 0.08
HSL 224.52º 0.42% 0.86% -
HSV(B) 224.52º 0.13% 0.92% -
XYZ 62.77 65.23 87.12 -
YUV 211.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 203 211 234 0.13 0.10 0 0.08 224.52 0.42 0.86
Hex CB D3 EA D A 0 8 E1 2A 56
Octal 313 323 352 15 12 0 10 341 52 126
Binary 11001011 11010011 11101010 1101 1010 0 1000 11100001 101010 1010110

Color Harmonies of #CBD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD3EA

Black with #CBD3EA

Text Example


Text Example

White with #CBD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD3EA; }

 p { color: rgb(203,211,234); }

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

background-color css

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

 a { background-color: rgb(203,211,234); }

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

border-color css

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

 span { border-color: rgb(203,211,234); }

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