Html Css Color HEX #CCEDCA Blue Romance

📋 copy color: '#CCEDCA'

red 204 ◦ green 237 ◦ blue 202

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

Shades of Blue Romance #CCEDCA

Tints of Blue Romance #CCEDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.86%

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

R = 31.73%
G = 36.86%
B = 31.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#CCEDCA (or 0xCCEDCA) is known color: Blue Romance. HEX triplet: CC, ED and CA. RGB value is (204,237,202). Sum of RGB (Red+Green+Blue) = 204+237+202=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDCA is #331235. Grayscale: #DFDFDF. Windows color (decimal): -3346998 or 13299148. OLE color: 13299148.

HSL color Cylindrical-coordinate representation of color #CCEDCA: hue angle of 116.57º degrees, saturation: 0.49, 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 #CCEDCA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 202 -
CMYK 0.14 0 0.15 0.07
HSL 116.57º 0.49% 0.86% -
HSV(B) 116.57º 0.15% 0.93% -
XYZ 65.85 77.67 67.4 -
YUV 223.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 204 237 202 0.14 0 0.15 0.07 116.57 0.49 0.86
Hex CC ED CA E 0 F 7 75 31 56
Octal 314 355 312 16 0 17 7 165 61 126
Binary 11001100 11101101 11001010 1110 0 1111 111 1110101 110001 1010110

Color Harmonies of #CCEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDCA

Black with #CCEDCA

Text Example


Text Example

White with #CCEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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