Html Css Color HEX #CBEBE3 Jagged Ice

📋 copy color: '#CBEBE3'

red 203 ◦ green 235 ◦ blue 227

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

Shades of Jagged Ice #CBEBE3

Tints of Jagged Ice #CBEBE3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.34%

 BLUE value IS 227 (89.06% from 255) = 34.14%

R = 30.53%
G = 35.34%
B = 34.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#CBEBE3 (or 0xCBEBE3) is known color: Jagged Ice. HEX triplet: CB, EB and E3. RGB value is (203,235,227). Sum of RGB (Red+Green+Blue) = 203+235+227=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBE3 is #34141C. Grayscale: #E0E0E0. Windows color (decimal): -3413021 or 14937035. OLE color: 14937035.

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

Color convert

RGB 203 235 227 -
CMYK 0.14 0 0.03 0.08
HSL 165º 0.44% 0.86% -
HSV(B) 165º 0.14% 0.92% -
XYZ 68.2 77.66 84.07 -
YUV 224.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 203 235 227 0.14 0 0.03 0.08 165 0.44 0.86
Hex CB EB E3 E 0 3 8 A5 2C 56
Octal 313 353 343 16 0 3 10 245 54 126
Binary 11001011 11101011 11100011 1110 0 11 1000 10100101 101100 1010110

Color Harmonies of #CBEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEBE3

Black with #CBEBE3

Text Example


Text Example

White with #CBEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEBE3; }

 p { color: rgb(203,235,227); }

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

background-color css

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

 a { background-color: rgb(203,235,227); }

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

border-color css

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

 span { border-color: rgb(203,235,227); }

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