Html Css Color HEX #CCEACA Blue Romance

📋 copy color: '#CCEACA'

red 204 ◦ green 234 ◦ blue 202

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

Shades of Blue Romance #CCEACA

Tints of Blue Romance #CCEACA

RGB

 RED value IS 204 (80.08% from 255) = 31.88%

 GREEN value IS 234 (91.8% from 255) = 36.56%

 BLUE value IS 202 (79.3% from 255) = 31.56%

R = 31.88%
G = 36.56%
B = 31.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#CCEACA (or 0xCCEACA) is known color: Blue Romance. HEX triplet: CC, EA and CA. RGB value is (204,234,202). Sum of RGB (Red+Green+Blue) = 204+234+202=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEACA is #331535. Grayscale: #DDDDDD. Windows color (decimal): -3347766 or 13298380. OLE color: 13298380.

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

Color convert

RGB 204 234 202 -
CMYK 0.13 0 0.14 0.08
HSL 116.25º 0.43% 0.85% -
HSV(B) 116.25º 0.14% 0.92% -
XYZ 64.99 75.95 67.11 -
YUV 221.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 204 234 202 0.13 0 0.14 0.08 116.25 0.43 0.85
Hex CC EA CA D 0 E 8 74 2B 55
Octal 314 352 312 15 0 16 10 164 53 125
Binary 11001100 11101010 11001010 1101 0 1110 1000 1110100 101011 1010101

Color Harmonies of #CCEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEACA

Black with #CCEACA

Text Example


Text Example

White with #CCEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEACA; }

 p { color: rgb(204,234,202); }

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

background-color css

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

 a { background-color: rgb(204,234,202); }

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

border-color css

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

 span { border-color: rgb(204,234,202); }

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